#9CBDC0

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

Shades of Casper #9CBDC0

Tints of Casper #9CBDC0

Color information

#9CBDC0 (or 0x9CBDC0) is unknown color: approx Casper. HEX triplet: 9C, BD and C0. RGB value is (156,189,192). Sum of RGB (Red+Green+Blue) = 156+189+192=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #9CBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBDC0 is #63423F. Grayscale: #B3B3B3. Windows color (decimal): -6505024 or 12631452. OLE color: 12631452.

HSL color Cylindrical-coordinate representation of color #9CBDC0: hue angle of 185º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBDC0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156189192-
CMYK0.190.0200.25
HSL185º22.22%68.24%-
HSV(B)185º18.75%75.29%-
XYZ41.4247.2756.81-
YUV179.48135.07111.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=29.05%
G=35.20%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561891920.190.0200.2518522.2268.24
Hex9CBDC0132019b91644
Octal23427530023203127126104
Binary100111001011110111000000100111001100110111001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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