#BBC1C3

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

Shades of Heather #BBC1C3

Tints of Heather #BBC1C3

Color information

#BBC1C3 (or 0xBBC1C3) is unknown color: approx Heather. HEX triplet: BB, C1 and C3. RGB value is (187,193,195). Sum of RGB (Red+Green+Blue) = 187+193+195=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBC1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C3 is #443E3C. Grayscale: #BFBFBF. Windows color (decimal): -4472381 or 12829115. OLE color: 12829115.

HSL color Cylindrical-coordinate representation of color #BBC1C3: hue angle of 195º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBC1C3 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187193195-
CMYK0.040.0100.24
HSL195º6.25%74.9%-
HSV(B)195º4.1%76.47%-
XYZ49.4152.6459.19-
YUV191.43130.01124.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 195 (76.56% from 255) = 33.91%
R=32.52%
G=33.57%
B=33.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931950.040.0100.241956.2574.9
HexBBC1C341018c364b
Octal273301303410303036113
Binary1011101111000001110000111001011000110000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1C3; }

 p { color: rgb(187,193,195); }

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

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

 a { background-color: rgb(187,193,195); }

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

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

 span { border-color: rgb(187,193,195); }

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