Html Css Color HEX #9BB7AB Skeptic

📋 copy color: '#9BB7AB'

red 155 ◦ green 183 ◦ blue 171

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

Shades of Skeptic #9BB7AB

Tints of Skeptic #9BB7AB

RGB

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

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

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

R = 30.45%
G = 35.95%
B = 33.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#9BB7AB (or 0x9BB7AB) is known color: Skeptic. HEX triplet: 9B, B7 and AB. RGB value is (155,183,171). Sum of RGB (Red+Green+Blue) = 155+183+171=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB7AB is #644854. Grayscale: #ADADAD. Windows color (decimal): -6572117 or 11253659. OLE color: 11253659.

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

Color convert

RGB 155 183 171 -
CMYK 0.15 0 0.07 0.28
HSL 154.29º 0.16% 0.66% -
HSV(B) 154.29º 0.15% 0.72% -
XYZ 37.8 43.78 44.99 -
YUV 173.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 155 183 171 0.15 0 0.07 0.28 154.29 0.16 0.66
Hex 9B B7 AB F 0 7 1C 9A 10 42
Octal 233 267 253 17 0 7 34 232 20 102
Binary 10011011 10110111 10101011 1111 0 111 11100 10011010 10000 1000010

Color Harmonies of #9BB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7AB

Black with #9BB7AB

Text Example


Text Example

White with #9BB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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