Html Css Color HEX #B9B5D3 Blue Haze

📋 copy color: '#B9B5D3'

red 185 ◦ green 181 ◦ blue 211

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

Shades of Blue Haze #B9B5D3

Tints of Blue Haze #B9B5D3

RGB

 RED value IS 185 (72.66% from 255) = 32.06%

 GREEN value IS 181 (71.09% from 255) = 31.37%

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 32.06%
G = 31.37%
B = 36.57%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B9B5D3 (or 0xB9B5D3) is known color: Blue Haze. HEX triplet: B9, B5 and D3. RGB value is (185,181,211). Sum of RGB (Red+Green+Blue) = 185+181+211=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #B9B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5D3 is #464A2C. Grayscale: #B9B9B9. Windows color (decimal): -4606509 or 13874617. OLE color: 13874617.

HSL color Cylindrical-coordinate representation of color #B9B5D3: hue angle of 248º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9B5D3 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 181 211 -
CMYK 0.12 0.14 0 0.17
HSL 248º 0.25% 0.77% -
HSV(B) 248º 0.14% 0.83% -
XYZ 48.29 48.07 68.36 -
YUV 185.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 185 181 211 0.12 0.14 0 0.17 248 0.25 0.77
Hex B9 B5 D3 C E 0 11 F8 19 4D
Octal 271 265 323 14 16 0 21 370 31 115
Binary 10111001 10110101 11010011 1100 1110 0 10001 11111000 11001 1001101

Color Harmonies of #B9B5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B5D3

Black with #B9B5D3

Text Example


Text Example

White with #B9B5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B5D3; }

 p { color: rgb(185,181,211); }

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

background-color css

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

 a { background-color: rgb(185,181,211); }

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

border-color css

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

 span { border-color: rgb(185,181,211); }

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