#B3C3CB

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

Shades of Heather #B3C3CB

Tints of Heather #B3C3CB

Color information

#B3C3CB (or 0xB3C3CB) is unknown color: approx Heather. HEX triplet: B3, C3 and CB. RGB value is (179,195,203). Sum of RGB (Red+Green+Blue) = 179+195+203=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C3CB is #4C3C34. Grayscale: #BFBFBF. Windows color (decimal): -4996149 or 13353907. OLE color: 13353907.

HSL color Cylindrical-coordinate representation of color #B3C3CB: hue angle of 200º 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 #B3C3CB is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179195203-
CMYK0.120.0400.20
HSL200º18.75%74.9%-
HSV(B)200º11.82%79.61%-
XYZ48.8952.9364.14-
YUV191.13134.7119.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.02%
GREEN value IS 195 (76.56% from 255) = 33.80%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=31.02%
G=33.80%
B=35.18%

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
Decimal1791952030.120.0400.2020018.7574.9
HexB3C3CBC4014c8134b
Octal26330331314402431023113
Binary101100111100001111001011110010001010011001000100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C3CB; }

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

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

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

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

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

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

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

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