#BBC7CC

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

Shades of Heather #BBC7CC

Tints of Heather #BBC7CC

Color information

#BBC7CC (or 0xBBC7CC) is unknown color: approx Heather. HEX triplet: BB, C7 and CC. RGB value is (187,199,204). Sum of RGB (Red+Green+Blue) = 187+199+204=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7CC is #443833. Grayscale: #C3C3C3. Windows color (decimal): -4470836 or 13420475. OLE color: 13420475.

HSL color Cylindrical-coordinate representation of color #BBC7CC: hue angle of 197.65º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC7CC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187199204-
CMYK0.080.0200.2
HSL197.65º14.29%76.67%-
HSV(B)197.65º8.33%80%-
XYZ51.8255.7765.16-
YUV195.98132.52121.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=31.69%
G=33.73%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871992040.080.0200.2197.6514.2976.67
HexBBC7CC82014c6e4d
Octal27330731410202430616115
Binary1011101111000111110011001000100101001100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7CC; }

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

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

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

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

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

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

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

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