#99BBC8

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

Shades of Heather #99BBC8

Tints of Heather #99BBC8

Color information

#99BBC8 (or 0x99BBC8) is unknown color: approx Heather. HEX triplet: 99, BB and C8. RGB value is (153,187,200). Sum of RGB (Red+Green+Blue) = 153+187+200=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #99BBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBC8 is #664437. Grayscale: #B2B2B2. Windows color (decimal): -6702136 or 13155225. OLE color: 13155225.

HSL color Cylindrical-coordinate representation of color #99BBC8: hue angle of 196.6º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99BBC8 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB153187200-
CMYK0.240.0600.22
HSL196.6º29.94%69.22%-
HSV(B)196.6º23.5%78.43%-
XYZ41.3346.4861.44-
YUV178.32140.24109.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.33%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 200 (78.52% from 255) = 37.04%
R=28.33%
G=34.63%
B=37.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531872000.240.0600.22196.629.9469.22
Hex99BBC8186016c51e45
Octal23127331030602630536105
Binary1001100110111011110010001100011001011011000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BBC8; }

 p { color: rgb(153,187,200); }

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

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

 a { background-color: rgb(153,187,200); }

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

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

 span { border-color: rgb(153,187,200); }

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