Html Css Color HEX #BDB6D6 Blue Haze

📋 copy color: '#BDB6D6'

red 189 ◦ green 182 ◦ blue 214

#BDB6D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #BDB6D6

Tints of Blue Haze #BDB6D6

RGB

 RED value IS 189 (74.22% from 255) = 32.31%

 GREEN value IS 182 (71.48% from 255) = 31.11%

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 32.31%
G = 31.11%
B = 36.58%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB6D6 (or 0xBDB6D6) is known color: Blue Haze. HEX triplet: BD, B6 and D6. RGB value is (189,182,214). Sum of RGB (Red+Green+Blue) = 189+182+214=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6D6 is #424929. Grayscale: #BBBBBB. Windows color (decimal): -4344106 or 14071485. OLE color: 14071485.

HSL color Cylindrical-coordinate representation of color #BDB6D6: hue angle of 253.12º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB6D6 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 182 214 -
CMYK 0.12 0.15 0 0.16
HSL 253.13º 0.28% 0.78% -
HSV(B) 253.13º 0.15% 0.84% -
XYZ 49.85 49.13 70.47 -
YUV 187.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 189 182 214 0.12 0.15 0 0.16 253.13 0.28 0.78
Hex BD B6 D6 C F 0 10 FD 1C 4E
Octal 275 266 326 14 17 0 20 375 34 116
Binary 10111101 10110110 11010110 1100 1111 0 10000 11111101 11100 1001110

Color Harmonies of #BDB6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6D6

Black with #BDB6D6

Text Example


Text Example

White with #BDB6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6D6; }

 p { color: rgb(189,182,214); }

 H1.HeaderClassName
 {
   color: #BDB6D6;
 }
 .AnyTagClassName
 {
   color: #BDB6D6;
 }
</style>

background-color css

<style>
 a { background-color: #BDB6D6; }

 a { background-color: rgb(189,182,214); }

 div.DivClassName
 {
   background-color: #BDB6D6;
 }
 .BgClassName
 {
   background-color: #BDB6D6;
 }
</style>

border-color css

<style>
 span { border-color: #BDB6D6; }

 span { border-color: rgb(189,182,214); }

 td.TdClassName
 {
   border-color: #BDB6D6;
 }
 .TagClassName
 {
   border-color: #BDB6D6;
 }
</style>