Html Css Color HEX #9BB5AA Skeptic

📋 copy color: '#9BB5AA'

red 155 ◦ green 181 ◦ blue 170

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

Shades of Skeptic #9BB5AA

Tints of Skeptic #9BB5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.77%

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

R = 30.63%
G = 35.77%
B = 33.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#9BB5AA (or 0x9BB5AA) is known color: Skeptic. HEX triplet: 9B, B5 and AA. RGB value is (155,181,170). Sum of RGB (Red+Green+Blue) = 155+181+170=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB5AA is #644A55. Grayscale: #ABABAB. Windows color (decimal): -6572630 or 11187611. OLE color: 11187611.

HSL color Cylindrical-coordinate representation of color #9BB5AA: hue angle of 154.62º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB5AA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 181 170 -
CMYK 0.14 0 0.06 0.29
HSL 154.62º 0.15% 0.66% -
HSV(B) 154.62º 0.14% 0.71% -
XYZ 37.3 42.92 44.35 -
YUV 171.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 155 181 170 0.14 0 0.06 0.29 154.62 0.15 0.66
Hex 9B B5 AA E 0 6 1D 9B F 42
Octal 233 265 252 16 0 6 35 233 17 102
Binary 10011011 10110101 10101010 1110 0 110 11101 10011011 1111 1000010

Color Harmonies of #9BB5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5AA

Black with #9BB5AA

Text Example


Text Example

White with #9BB5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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