Html Css Color HEX #9BB8AB Skeptic

📋 copy color: '#9BB8AB'

red 155 ◦ green 184 ◦ blue 171

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

Shades of Skeptic #9BB8AB

Tints of Skeptic #9BB8AB

RGB

 RED value IS 155 (60.94% from 255) = 30.39%

 GREEN value IS 184 (72.27% from 255) = 36.08%

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

R = 30.39%
G = 36.08%
B = 33.53%

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

#9BB8AB (or 0x9BB8AB) is known color: Skeptic. HEX triplet: 9B, B8 and AB. RGB value is (155,184,171). Sum of RGB (Red+Green+Blue) = 155+184+171=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB8AB is #644754. Grayscale: #ADADAD. Windows color (decimal): -6571861 or 11253915. OLE color: 11253915.

HSL color Cylindrical-coordinate representation of color #9BB8AB: hue angle of 153.1º 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 #9BB8AB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 171 -
CMYK 0.16 0 0.07 0.28
HSL 153.1º 0.17% 0.66% -
HSV(B) 153.1º 0.16% 0.72% -
XYZ 38.01 44.19 45.05 -
YUV 173.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 155 184 171 0.16 0 0.07 0.28 153.1 0.17 0.66
Hex 9B B8 AB 10 0 7 1C 99 11 42
Octal 233 270 253 20 0 7 34 231 21 102
Binary 10011011 10111000 10101011 10000 0 111 11100 10011001 10001 1000010

Color Harmonies of #9BB8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8AB

Black with #9BB8AB

Text Example


Text Example

White with #9BB8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB8AB; }

 p { color: rgb(155,184,171); }

 H1.HeaderClassName
 {
   color: #9BB8AB;
 }
 .AnyTagClassName
 {
   color: #9BB8AB;
 }
</style>

background-color css

<style>
 a { background-color: #9BB8AB; }

 a { background-color: rgb(155,184,171); }

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

border-color css

<style>
 span { border-color: #9BB8AB; }

 span { border-color: rgb(155,184,171); }

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