#9CBDA9

Color #9CBDA9 Skeptic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Skeptic #9CBDA9

Tints of Skeptic #9CBDA9

Color information

#9CBDA9 (or 0x9CBDA9) is unknown color: approx Skeptic. HEX triplet: 9C, BD and A9. RGB value is (156,189,169). Sum of RGB (Red+Green+Blue) = 156+189+169=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBDA9 is #634256. Grayscale: #B0B0B0. Windows color (decimal): -6505047 or 11124124. OLE color: 11124124.

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

Color convert

RGB156189169-
CMYK0.1700.110.26
HSL143.64º20%67.65%-
HSV(B)143.64º17.46%74.12%-
XYZ39.0746.3344.42-
YUV176.85123.57113.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=30.35%
G=36.77%
B=32.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891690.1700.110.26143.642067.65
Hex9CBDA9110B1A901444
Octal234275251210133222024104
Binary10011100101111011010100110001010111101010010000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,169); }

 H1.HeaderClassName
 {
   color: #9CBDA9;
 }
 .AnyTagClassName
 {
   color: #9CBDA9;
 }
</style>
background-color css

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

 a { background-color: rgb(156,189,169); }

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

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

 span { border-color: rgb(156,189,169); }

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