Html Css Color HEX #9BBDAC Skeptic

📋 copy color: '#9BBDAC'

red 155 ◦ green 189 ◦ blue 172

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

Shades of Skeptic #9BBDAC

Tints of Skeptic #9BBDAC

RGB

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

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

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

R = 30.04%
G = 36.63%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#9BBDAC (or 0x9BBDAC) is known color: Skeptic. HEX triplet: 9B, BD and AC. RGB value is (155,189,172). Sum of RGB (Red+Green+Blue) = 155+189+172=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBDAC is #644253. Grayscale: #B0B0B0. Windows color (decimal): -6570580 or 11320731. OLE color: 11320731.

HSL color Cylindrical-coordinate representation of color #9BBDAC: hue angle of 150º 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 #9BBDAC is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 172 -
CMYK 0.18 0 0.09 0.26
HSL 150º 0.2% 0.67% -
HSV(B) 150º 0.18% 0.74% -
XYZ 39.16 46.34 45.91 -
YUV 176.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 155 189 172 0.18 0 0.09 0.26 150 0.2 0.67
Hex 9B BD AC 12 0 9 1A 96 14 43
Octal 233 275 254 22 0 11 32 226 24 103
Binary 10011011 10111101 10101100 10010 0 1001 11010 10010110 10100 1000011

Color Harmonies of #9BBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDAC

Black with #9BBDAC

Text Example


Text Example

White with #9BBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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