#99BDCA

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

Shades of Heather #99BDCA

Tints of Heather #99BDCA

Color information

#99BDCA (or 0x99BDCA) is unknown color: approx Heather. HEX triplet: 99, BD and CA. RGB value is (153,189,202). Sum of RGB (Red+Green+Blue) = 153+189+202=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #99BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDCA is #664235. Grayscale: #B3B3B3. Windows color (decimal): -6701622 or 13286809. OLE color: 13286809.

HSL color Cylindrical-coordinate representation of color #99BDCA: hue angle of 195.92º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99BDCA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB153189202-
CMYK0.240.0600.21
HSL195.92º31.61%69.61%-
HSV(B)195.92º24.26%79.22%-
XYZ4247.4362.82-
YUV179.72140.57108.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.12%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=28.12%
G=34.74%
B=37.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1531892020.240.0600.21195.9231.6169.61
Hex99BDCA186015c42046
Octal23127531230602530440106
Binary10011001101111011100101011000110010101110001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,189,202); }

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

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

 a { background-color: rgb(153,189,202); }

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

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

 span { border-color: rgb(153,189,202); }

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