Html Css Color HEX #BDBBC9 Blue Haze

📋 copy color: '#BDBBC9'

red 189 ◦ green 187 ◦ blue 201

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

Shades of Blue Haze #BDBBC9

Tints of Blue Haze #BDBBC9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.41%

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 32.76%
G = 32.41%
B = 34.84%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDBBC9 (or 0xBDBBC9) is known color: Blue Haze. HEX triplet: BD, BB and C9. RGB value is (189,187,201). Sum of RGB (Red+Green+Blue) = 189+187+201=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBC9 is #424436. Grayscale: #BDBDBD. Windows color (decimal): -4342839 or 13220797. OLE color: 13220797.

HSL color Cylindrical-coordinate representation of color #BDBBC9: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBBC9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 187 201 -
CMYK 0.06 0.07 0 0.21
HSL 248.57º 0.11% 0.76% -
HSV(B) 248.57º 0.07% 0.79% -
XYZ 49.3 50.58 62.42 -
YUV 189.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 189 187 201 0.06 0.07 0 0.21 248.57 0.11 0.76
Hex BD BB C9 6 7 0 15 F9 B 4C
Octal 275 273 311 6 7 0 25 371 13 114
Binary 10111101 10111011 11001001 110 111 0 10101 11111001 1011 1001100

Color Harmonies of #BDBBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBBC9

Black with #BDBBC9

Text Example


Text Example

White with #BDBBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBBC9; }

 p { color: rgb(189,187,201); }

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

background-color css

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

 a { background-color: rgb(189,187,201); }

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

border-color css

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

 span { border-color: rgb(189,187,201); }

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