Html Css Color HEX #9BB9AA Skeptic

📋 copy color: '#9BB9AA'

red 155 ◦ green 185 ◦ blue 170

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

Shades of Skeptic #9BB9AA

Tints of Skeptic #9BB9AA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 30.39%
G = 36.27%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#9BB9AA (or 0x9BB9AA) is known color: Skeptic. HEX triplet: 9B, B9 and AA. RGB value is (155,185,170). Sum of RGB (Red+Green+Blue) = 155+185+170=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB9AA is #644655. Grayscale: #AEAEAE. Windows color (decimal): -6571606 or 11188635. OLE color: 11188635.

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

Color convert

RGB 155 185 170 -
CMYK 0.16 0 0.08 0.27
HSL 150º 0.18% 0.67% -
HSV(B) 150º 0.16% 0.73% -
XYZ 38.12 44.57 44.62 -
YUV 174.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 155 185 170 0.16 0 0.08 0.27 150 0.18 0.67
Hex 9B B9 AA 10 0 8 1B 96 12 43
Octal 233 271 252 20 0 10 33 226 22 103
Binary 10011011 10111001 10101010 10000 0 1000 11011 10010110 10010 1000011

Color Harmonies of #9BB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB9AA

Black with #9BB9AA

Text Example


Text Example

White with #9BB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,170); }

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

background-color css

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

 a { background-color: rgb(155,185,170); }

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

border-color css

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

 span { border-color: rgb(155,185,170); }

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