#99BCCC

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

Shades of Heather #99BCCC

Tints of Heather #99BCCC

Color information

#99BCCC (or 0x99BCCC) is unknown color: approx Heather. HEX triplet: 99, BC and CC. RGB value is (153,188,204). Sum of RGB (Red+Green+Blue) = 153+188+204=545 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.07% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #99BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BCCC is #664333. Grayscale: #B3B3B3. Windows color (decimal): -6701876 or 13417625. OLE color: 13417625.

HSL color Cylindrical-coordinate representation of color #99BCCC: hue angle of 198.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BCCC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB153188204-
CMYK0.250.0800.2
HSL198.82º33.33%70%-
HSV(B)198.82º25%80%-
XYZ42.0247.164-
YUV179.36141.9109.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.07%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=28.07%
G=34.50%
B=37.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1531882040.250.0800.2198.8233.3370
Hex99BCCC198014c72146
Octal231274314311002430741106
Binary100110011011110011001100110011000010100110001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,204); }

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

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

 a { background-color: rgb(153,188,204); }

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

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

 span { border-color: rgb(153,188,204); }

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