Html Css Color HEX #9BBCAC Skeptic

📋 copy color: '#9BBCAC'

red 155 ◦ green 188 ◦ blue 172

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

Shades of Skeptic #9BBCAC

Tints of Skeptic #9BBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 30.1%
G = 36.5%
B = 33.4%

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

#9BBCAC (or 0x9BBCAC) is known color: Skeptic. HEX triplet: 9B, BC and AC. RGB value is (155,188,172). Sum of RGB (Red+Green+Blue) = 155+188+172=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCAC is #644353. Grayscale: #B0B0B0. Windows color (decimal): -6570836 or 11320475. OLE color: 11320475.

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

Color convert

RGB 155 188 172 -
CMYK 0.18 0 0.09 0.26
HSL 150.91º 0.2% 0.67% -
HSV(B) 150.91º 0.18% 0.74% -
XYZ 38.95 45.91 45.84 -
YUV 176.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 155 188 172 0.18 0 0.09 0.26 150.91 0.2 0.67
Hex 9B BC AC 12 0 9 1A 97 14 43
Octal 233 274 254 22 0 11 32 227 24 103
Binary 10011011 10111100 10101100 10010 0 1001 11010 10010111 10100 1000011

Color Harmonies of #9BBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCAC

Black with #9BBCAC

Text Example


Text Example

White with #9BBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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