#BBC3C7

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

Shades of Heather #BBC3C7

Tints of Heather #BBC3C7

Color information

#BBC3C7 (or 0xBBC3C7) is unknown color: approx Heather. HEX triplet: BB, C3 and C7. RGB value is (187,195,199). Sum of RGB (Red+Green+Blue) = 187+195+199=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBC3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3C7 is #443C38. Grayscale: #C1C1C1. Windows color (decimal): -4471865 or 13091771. OLE color: 13091771.

HSL color Cylindrical-coordinate representation of color #BBC3C7: hue angle of 200º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC3C7 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187195199-
CMYK0.060.0200.22
HSL200º9.68%75.69%-
HSV(B)200º6.03%78.04%-
XYZ50.3253.7261.75-
YUV193.06131.35123.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=32.19%
G=33.56%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871951990.060.0200.222009.6875.69
HexBBC3C762016c8a4c
Octal2733033076202631012114
Binary101110111100001111000111110100101101100100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3C7; }

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

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

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

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

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

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

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

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