Html Css Color HEX #9BBDAB Skeptic

📋 copy color: '#9BBDAB'

red 155 ◦ green 189 ◦ blue 171

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

Shades of Skeptic #9BBDAB

Tints of Skeptic #9BBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.7%

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

R = 30.1%
G = 36.7%
B = 33.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#9BBDAB (or 0x9BBDAB) is known color: Skeptic. HEX triplet: 9B, BD and AB. RGB value is (155,189,171). Sum of RGB (Red+Green+Blue) = 155+189+171=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDAB is #644254. Grayscale: #B0B0B0. Windows color (decimal): -6570581 or 11255195. OLE color: 11255195.

HSL color Cylindrical-coordinate representation of color #9BBDAB: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBDAB is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 171 -
CMYK 0.18 0 0.10 0.26
HSL 148.24º 0.2% 0.67% -
HSV(B) 148.24º 0.18% 0.74% -
XYZ 39.07 46.3 45.41 -
YUV 176.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 155 189 171 0.18 0 0.10 0.26 148.24 0.2 0.67
Hex 9B BD AB 12 0 A 1A 94 14 43
Octal 233 275 253 22 0 12 32 224 24 103
Binary 10011011 10111101 10101011 10010 0 1010 11010 10010100 10100 1000011

Color Harmonies of #9BBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDAB

Black with #9BBDAB

Text Example


Text Example

White with #9BBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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