#B3C2CB

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

Shades of Heather #B3C2CB

Tints of Heather #B3C2CB

Color information

#B3C2CB (or 0xB3C2CB) is unknown color: approx Heather. HEX triplet: B3, C2 and CB. RGB value is (179,194,203). Sum of RGB (Red+Green+Blue) = 179+194+203=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C2CB is #4C3D34. Grayscale: #BEBEBE. Windows color (decimal): -4996405 or 13353651. OLE color: 13353651.

HSL color Cylindrical-coordinate representation of color #B3C2CB: hue angle of 202.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3C2CB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179194203-
CMYK0.120.0400.20
HSL202.5º18.75%74.9%-
HSV(B)202.5º11.82%79.61%-
XYZ48.6652.4864.06-
YUV190.54135.03119.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=31.08%
G=33.68%
B=35.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791942030.120.0400.20202.518.7574.9
HexB3C2CBC4014ca134b
Octal26330231314402431223113
Binary101100111100001011001011110010001010011001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C2CB; }

 p { color: rgb(179,194,203); }

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

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

 a { background-color: rgb(179,194,203); }

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

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

 span { border-color: rgb(179,194,203); }

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