#99BAAE

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

Shades of Skeptic #99BAAE

Tints of Skeptic #99BAAE

Color information

#99BAAE (or 0x99BAAE) is unknown color: approx Skeptic. HEX triplet: 99, BA and AE. RGB value is (153,186,174). Sum of RGB (Red+Green+Blue) = 153+186+174=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #99BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BAAE is #664551. Grayscale: #AEAEAE. Windows color (decimal): -6702418 or 11451033. OLE color: 11451033.

HSL color Cylindrical-coordinate representation of color #99BAAE: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99BAAE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB153186174-
CMYK0.1800.060.27
HSL158.18º19.3%66.47%-
HSV(B)158.18º17.74%72.94%-
XYZ38.3444.9546.7-
YUV174.76127.57112.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.82%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=29.82%
G=36.26%
B=33.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531861740.1800.060.27158.1819.366.47
Hex99BAAE12061B9e1342
Octal23127225622063323623102
Binary1001100110111010101011101001001101101110011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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