#99BFAD

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

Shades of Skeptic #99BFAD

Tints of Skeptic #99BFAD

Color information

#99BFAD (or 0x99BFAD) is unknown color: approx Skeptic. HEX triplet: 99, BF and AD. RGB value is (153,191,173). Sum of RGB (Red+Green+Blue) = 153+191+173=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #99BFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BFAD is #664052. Grayscale: #B1B1B1. Windows color (decimal): -6701139 or 11386777. OLE color: 11386777.

HSL color Cylindrical-coordinate representation of color #99BFAD: hue angle of 151.58º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BFAD is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB153191173-
CMYK0.2000.090.25
HSL151.58º22.89%67.45%-
HSV(B)151.58º19.9%74.9%-
XYZ39.3147.0546.55-
YUV177.59125.41110.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=29.59%
G=36.94%
B=33.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531911730.2000.090.25151.5822.8967.45
Hex99BFAD140919981743
Octal231277255240113123027103
Binary10011001101111111010110110100010011100110011000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,191,173); }

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

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

 a { background-color: rgb(153,191,173); }

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

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

 span { border-color: rgb(153,191,173); }

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