#99BCAE

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

Shades of Skeptic #99BCAE

Tints of Skeptic #99BCAE

Color information

#99BCAE (or 0x99BCAE) is unknown color: approx Skeptic. HEX triplet: 99, BC and AE. RGB value is (153,188,174). Sum of RGB (Red+Green+Blue) = 153+188+174=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCAE is #664351. Grayscale: #AFAFAF. Windows color (decimal): -6701906 or 11451545. OLE color: 11451545.

HSL color Cylindrical-coordinate representation of color #99BCAE: hue angle of 156º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BCAE is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB153188174-
CMYK0.1900.070.26
HSL156º20.71%66.86%-
HSV(B)156º18.62%73.73%-
XYZ38.7645.7946.84-
YUV175.94126.9111.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.71%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=29.71%
G=36.50%
B=33.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881740.1900.070.2615620.7166.86
Hex99BCAE13071A9c1543
Octal23127425623073223425103
Binary1001100110111100101011101001101111101010011100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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