Color Hex Logo

#b6bdda Color Hex

#B6BDDA
(182,189,218)
0 Favorites   0 Comments

Color spaces of #b6bdda

RGB 182189218
HSL0.630.330.78
HSV228°17°85°
CMYK 0.170.130.00   0.15
XYZ50.143951.402273.6084
Yxy51.40220.28630.2935
Hunter Lab71.6953-0.6235-10.6853
CIE-Lab76.92203.4883-15.3201

#b6bdda color RGB value is (182,189,218).

#b6bdda hex color red value is 182, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b6bdda hue: 0.63 , saturation: 0.33 and the lightness value of b6bdda is 0.78.

The process color (four color CMYK) of #b6bdda color hex is 0.17, 0.13, 0.00, 0.15. Web safe color of #b6bdda is #cccccc. Color #b6bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111101 11011010
Octal 266 275 332
Decimal 182 189 218
Hex B6 BD DA

RGB Percentages of Color #b6bdda

%30.90
%32.09
%37.01

CMYK Percentages of Color #b6bdda

%17
%13
%0
%15

Triadic Colors of #b6bdda

#b6bdda #dab6bd #bddab6

Analogous Colors of #b6bdda

#b6bdda #c1b6da #b6cfda

Monochromatic Colors of #b6bdda

#b6bdda

Complementary Color

#b6bdda #dad3b6

#b6bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bdda Color CSS Codes

.mybgcolor {background-color:#b6bdda; } 
.myforecolor {color:#b6bdda; }
.mybordercolor {border:3px solid #b6bdda; }

#b6bdda Text Font Color

<p style="color:#b6bdda">Text here</p>

This sample text font color is #b6bdda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6bdda Background Color

<div style="background-color:#b6bdda">
Div content here</div>

This div background color is #b6bdda


#b6bdda Border Color

<div style="border:3px solid #b6bdda">
Div here</div>

This div border color is #b6bdda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,189,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6bdda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6bdda;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bdda;
  box-shadow:         1px 1px 3px 2px #b6bdda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,189,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6bdda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6bdda;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bdda;
  box-shadow:         1px 1px 3px 2px #b6bdda;">
Div content here</div>

This div box has shadow with color #b6bdda


Comments

No comments written yet.

Please login to write comment.