#99BCAB

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

Shades of Skeptic #99BCAB

Tints of Skeptic #99BCAB

Color information

#99BCAB (or 0x99BCAB) is unknown color: approx Skeptic. HEX triplet: 99, BC and AB. RGB value is (153,188,171). Sum of RGB (Red+Green+Blue) = 153+188+171=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #99BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BCAB is #664354. Grayscale: #AFAFAF. Windows color (decimal): -6701909 or 11254937. OLE color: 11254937.

HSL color Cylindrical-coordinate representation of color #99BCAB: hue angle of 150.86º 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 #99BCAB is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB153188171-
CMYK0.1900.090.26
HSL150.86º20.71%66.86%-
HSV(B)150.86º18.62%73.73%-
XYZ38.4745.6845.32-
YUV175.6125.4111.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=29.88%
G=36.72%
B=33.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881710.1900.090.26150.8620.7166.86
Hex99BCAB13091A971543
Octal231274253230113222725103
Binary10011001101111001010101110011010011101010010111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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