Html Css Color HEX #B0B1C9 Blue Haze

📋 copy color: '#B0B1C9'

red 176 ◦ green 177 ◦ blue 201

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

Shades of Blue Haze #B0B1C9

Tints of Blue Haze #B0B1C9

RGB

 RED value IS 176 (69.14% from 255) = 31.77%

 GREEN value IS 177 (69.53% from 255) = 31.95%

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

R = 31.77%
G = 31.95%
B = 36.28%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0B1C9 (or 0xB0B1C9) is known color: Blue Haze. HEX triplet: B0, B1 and C9. RGB value is (176,177,201). Sum of RGB (Red+Green+Blue) = 176+177+201=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0B1C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B1C9 is #4F4E36. Grayscale: #B3B3B3. Windows color (decimal): -5197367 or 13218224. OLE color: 13218224.

HSL color Cylindrical-coordinate representation of color #B0B1C9: hue angle of 237.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B1C9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 177 201 -
CMYK 0.12 0.12 0 0.21
HSL 237.6º 0.19% 0.74% -
HSV(B) 237.6º 0.12% 0.79% -
XYZ 44.17 44.89 61.6 -
YUV 179.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 176 177 201 0.12 0.12 0 0.21 237.6 0.19 0.74
Hex B0 B1 C9 C C 0 15 EE 13 4A
Octal 260 261 311 14 14 0 25 356 23 112
Binary 10110000 10110001 11001001 1100 1100 0 10101 11101110 10011 1001010

Color Harmonies of #B0B1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B1C9

Black with #B0B1C9

Text Example


Text Example

White with #B0B1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B1C9; }

 p { color: rgb(176,177,201); }

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

background-color css

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

 a { background-color: rgb(176,177,201); }

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

border-color css

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

 span { border-color: rgb(176,177,201); }

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