Html Css Color HEX #99B7AB Skeptic

📋 copy color: '#99B7AB'

red 153 ◦ green 183 ◦ blue 171

#99B7AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Skeptic #99B7AB

Tints of Skeptic #99B7AB

RGB

 RED value IS 153 (60.16% from 255) = 30.18%

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 30.18%
G = 36.09%
B = 33.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#99B7AB (or 0x99B7AB) is known color: Skeptic. HEX triplet: 99, B7 and AB. RGB value is (153,183,171). Sum of RGB (Red+Green+Blue) = 153+183+171=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #99B7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B7AB is #664854. Grayscale: #ACACAC. Windows color (decimal): -6703189 or 11253657. OLE color: 11253657.

HSL color Cylindrical-coordinate representation of color #99B7AB: hue angle of 156º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99B7AB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 183 171 -
CMYK 0.16 0 0.07 0.28
HSL 156º 0.17% 0.66% -
HSV(B) 156º 0.16% 0.72% -
XYZ 37.42 43.58 44.97 -
YUV 172.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 153 183 171 0.16 0 0.07 0.28 156 0.17 0.66
Hex 99 B7 AB 10 0 7 1C 9C 11 42
Octal 231 267 253 20 0 7 34 234 21 102
Binary 10011001 10110111 10101011 10000 0 111 11100 10011100 10001 1000010

Color Harmonies of #99B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B7AB

Black with #99B7AB

Text Example


Text Example

White with #99B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99B7AB;
 }
 .AnyTagClassName
 {
   color: #99B7AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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