Html Css Color HEX #9BB7AC Skeptic

📋 copy color: '#9BB7AC'

red 155 ◦ green 183 ◦ blue 172

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

Shades of Skeptic #9BB7AC

Tints of Skeptic #9BB7AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.73%

R = 30.39%
G = 35.88%
B = 33.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#9BB7AC (or 0x9BB7AC) is known color: Skeptic. HEX triplet: 9B, B7 and AC. RGB value is (155,183,172). Sum of RGB (Red+Green+Blue) = 155+183+172=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB7AC is #644853. Grayscale: #ADADAD. Windows color (decimal): -6572116 or 11319195. OLE color: 11319195.

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

Color convert

RGB 155 183 172 -
CMYK 0.15 0 0.06 0.28
HSL 156.43º 0.16% 0.66% -
HSV(B) 156.43º 0.15% 0.72% -
XYZ 37.9 43.81 45.49 -
YUV 173.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 155 183 172 0.15 0 0.06 0.28 156.43 0.16 0.66
Hex 9B B7 AC F 0 6 1C 9C 10 42
Octal 233 267 254 17 0 6 34 234 20 102
Binary 10011011 10110111 10101100 1111 0 110 11100 10011100 10000 1000010

Color Harmonies of #9BB7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7AC

Black with #9BB7AC

Text Example


Text Example

White with #9BB7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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