Html Css Color HEX #99BBAD Skeptic

📋 copy color: '#99BBAD'

red 153 ◦ green 187 ◦ blue 173

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

Shades of Skeptic #99BBAD

Tints of Skeptic #99BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 29.82%
G = 36.45%
B = 33.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#99BBAD (or 0x99BBAD) is known color: Skeptic. HEX triplet: 99, BB and AD. RGB value is (153,187,173). Sum of RGB (Red+Green+Blue) = 153+187+173=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #99BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BBAD is #664452. Grayscale: #AFAFAF. Windows color (decimal): -6702163 or 11385753. OLE color: 11385753.

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

Color convert

RGB 153 187 173 -
CMYK 0.18 0 0.07 0.27
HSL 155.29º 0.2% 0.67% -
HSV(B) 155.29º 0.18% 0.73% -
XYZ 38.45 45.33 46.26 -
YUV 175.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 153 187 173 0.18 0 0.07 0.27 155.29 0.2 0.67
Hex 99 BB AD 12 0 7 1B 9B 14 43
Octal 231 273 255 22 0 7 33 233 24 103
Binary 10011001 10111011 10101101 10010 0 111 11011 10011011 10100 1000011

Color Harmonies of #99BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BBAD

Black with #99BBAD

Text Example


Text Example

White with #99BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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