#B0BBC4

Color #B0BBC4 Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #B0BBC4

Tints of Heather #B0BBC4

Color information

#B0BBC4 (or 0xB0BBC4) is unknown color: approx Heather. HEX triplet: B0, BB and C4. RGB value is (176,187,196). Sum of RGB (Red+Green+Blue) = 176+187+196=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC4 is #4F443B. Grayscale: #B8B8B8. Windows color (decimal): -5194812 or 12893104. OLE color: 12893104.

HSL color Cylindrical-coordinate representation of color #B0BBC4: hue angle of 207º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0BBC4 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176187196-
CMYK0.100.0500.23
HSL207º14.49%72.94%-
HSV(B)207º10.2%76.86%-
XYZ45.6448.7659.23-
YUV184.74134.36121.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 196 (76.95% from 255) = 35.06%
R=31.48%
G=33.45%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761871960.100.0500.2320714.4972.94
HexB0BBC4A5017cfe49
Octal26027330412502731716111
Binary10110000101110111100010010101010101111100111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBC4; }

 p { color: rgb(176,187,196); }

 H1.HeaderClassName
 {
   color: #B0BBC4;
 }
 .AnyTagClassName
 {
   color: #B0BBC4;
 }
</style>
background-color css

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

 a { background-color: rgb(176,187,196); }

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

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

 span { border-color: rgb(176,187,196); }

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