Html Css Color HEX #B9B4C8 Blue Haze

📋 copy color: '#B9B4C8'

red 185 ◦ green 180 ◦ blue 200

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

Shades of Blue Haze #B9B4C8

Tints of Blue Haze #B9B4C8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.86%

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 32.74%
G = 31.86%
B = 35.4%

CMYK

 C value IS 0.08

 M value IS 0.1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9B4C8 (or 0xB9B4C8) is known color: Blue Haze. HEX triplet: B9, B4 and C8. RGB value is (185,180,200). Sum of RGB (Red+Green+Blue) = 185+180+200=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #B9B4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4C8 is #464B37. Grayscale: #B7B7B7. Windows color (decimal): -4606776 or 13153465. OLE color: 13153465.

HSL color Cylindrical-coordinate representation of color #B9B4C8: hue angle of 255º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9B4C8 is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 180 200 -
CMYK 0.08 0.1 0 0.22
HSL 255º 0.15% 0.75% -
HSV(B) 255º 0.1% 0.78% -
XYZ 46.75 47.13 61.28 -
YUV 183.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 185 180 200 0.08 0.1 0 0.22 255 0.15 0.75
Hex B9 B4 C8 8 A 0 16 FF F 4B
Octal 271 264 310 10 12 0 26 377 17 113
Binary 10111001 10110100 11001000 1000 1010 0 10110 11111111 1111 1001011

Color Harmonies of #B9B4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B4C8

Black with #B9B4C8

Text Example


Text Example

White with #B9B4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B4C8; }

 p { color: rgb(185,180,200); }

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

background-color css

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

 a { background-color: rgb(185,180,200); }

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

border-color css

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

 span { border-color: rgb(185,180,200); }

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