Html Css Color HEX #9BBBAD Skeptic

📋 copy color: '#9BBBAD'

red 155 ◦ green 187 ◦ blue 173

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

Shades of Skeptic #9BBBAD

Tints of Skeptic #9BBBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

 BLUE value IS 173 (67.97% from 255) = 33.59%

R = 30.1%
G = 36.31%
B = 33.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#9BBBAD (or 0x9BBBAD) is known color: Skeptic. HEX triplet: 9B, BB and AD. RGB value is (155,187,173). Sum of RGB (Red+Green+Blue) = 155+187+173=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBAD is #644452. Grayscale: #AFAFAF. Windows color (decimal): -6571091 or 11385755. OLE color: 11385755.

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

Color convert

RGB 155 187 173 -
CMYK 0.17 0 0.07 0.27
HSL 153.75º 0.19% 0.67% -
HSV(B) 153.75º 0.17% 0.73% -
XYZ 38.83 45.53 46.28 -
YUV 175.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 155 187 173 0.17 0 0.07 0.27 153.75 0.19 0.67
Hex 9B BB AD 11 0 7 1B 9A 13 43
Octal 233 273 255 21 0 7 33 232 23 103
Binary 10011011 10111011 10101101 10001 0 111 11011 10011010 10011 1000011

Color Harmonies of #9BBBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBAD

Black with #9BBBAD

Text Example


Text Example

White with #9BBBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,173); }

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

background-color css

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

 a { background-color: rgb(155,187,173); }

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

border-color css

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

 span { border-color: rgb(155,187,173); }

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