Html Css Color HEX #9BBCA9 Skeptic

📋 copy color: '#9BBCA9'

red 155 ◦ green 188 ◦ blue 169

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

Shades of Skeptic #9BBCA9

Tints of Skeptic #9BBCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.01%

R = 30.27%
G = 36.72%
B = 33.01%

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

#9BBCA9 (or 0x9BBCA9) is known color: Skeptic. HEX triplet: 9B, BC and A9. RGB value is (155,188,169). Sum of RGB (Red+Green+Blue) = 155+188+169=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBCA9 is #644356. Grayscale: #B0B0B0. Windows color (decimal): -6570839 or 11123867. OLE color: 11123867.

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

Color convert

RGB 155 188 169 -
CMYK 0.18 0 0.10 0.26
HSL 145.45º 0.2% 0.67% -
HSV(B) 145.45º 0.18% 0.74% -
XYZ 38.66 45.8 44.34 -
YUV 175.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 155 188 169 0.18 0 0.10 0.26 145.45 0.2 0.67
Hex 9B BC A9 12 0 A 1A 91 14 43
Octal 233 274 251 22 0 12 32 221 24 103
Binary 10011011 10111100 10101001 10010 0 1010 11010 10010001 10100 1000011

Color Harmonies of #9BBCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCA9

Black with #9BBCA9

Text Example


Text Example

White with #9BBCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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