#B8C5CB

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

Shades of Heather #B8C5CB

Tints of Heather #B8C5CB

Color information

#B8C5CB (or 0xB8C5CB) is unknown color: approx Heather. HEX triplet: B8, C5 and CB. RGB value is (184,197,203). Sum of RGB (Red+Green+Blue) = 184+197+203=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #B8C5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C5CB is #473A34. Grayscale: #C1C1C1. Windows color (decimal): -4667957 or 13354424. OLE color: 13354424.

HSL color Cylindrical-coordinate representation of color #B8C5CB: hue angle of 198.95º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8C5CB is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184197203-
CMYK0.090.0300.20
HSL198.95º15.45%75.88%-
HSV(B)198.95º9.36%79.61%-
XYZ50.5154.4364.34-
YUV193.8133.19121.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=31.51%
G=33.73%
B=34.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841972030.090.0300.20198.9515.4575.88
HexB8C5CB93014c7f4c
Octal27030531311302430717114
Binary1011100011000101110010111001110101001100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C5CB; }

 p { color: rgb(184,197,203); }

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

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

 a { background-color: rgb(184,197,203); }

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

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

 span { border-color: rgb(184,197,203); }

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