#B0BCC5

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

Shades of Heather #B0BCC5

Tints of Heather #B0BCC5

Color information

#B0BCC5 (or 0xB0BCC5) is unknown color: approx Heather. HEX triplet: B0, BC and C5. RGB value is (176,188,197). Sum of RGB (Red+Green+Blue) = 176+188+197=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCC5 is #4F433A. Grayscale: #B9B9B9. Windows color (decimal): -5194555 or 12958896. OLE color: 12958896.

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

Color convert

RGB176188197-
CMYK0.110.0500.23
HSL205.71º15.33%73.14%-
HSV(B)205.71º10.66%77.25%-
XYZ45.9749.2359.9-
YUV185.44134.52121.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 188 (73.83% from 255) = 33.51%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=31.37%
G=33.51%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761881970.110.0500.23205.7115.3373.14
HexB0BCC5B5017cef49
Octal26027430513502731617111
Binary10110000101111001100010110111010101111100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCC5; }

 p { color: rgb(176,188,197); }

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

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

 a { background-color: rgb(176,188,197); }

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

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

 span { border-color: rgb(176,188,197); }

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