#9CBAC0

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

Shades of Casper #9CBAC0

Tints of Casper #9CBAC0

Color information

#9CBAC0 (or 0x9CBAC0) is unknown color: approx Casper. HEX triplet: 9C, BA and C0. RGB value is (156,186,192). Sum of RGB (Red+Green+Blue) = 156+186+192=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #9CBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBAC0 is #63453F. Grayscale: #B1B1B1. Windows color (decimal): -6505792 or 12630684. OLE color: 12630684.

HSL color Cylindrical-coordinate representation of color #9CBAC0: hue angle of 190º 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 #9CBAC0 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156186192-
CMYK0.190.0300.25
HSL190º22.22%68.24%-
HSV(B)190º18.75%75.29%-
XYZ40.7845.9956.6-
YUV177.71136.06112.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.21%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=29.21%
G=34.83%
B=35.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561861920.190.0300.2519022.2268.24
Hex9CBAC0133019be1644
Octal23427230023303127626104
Binary100111001011101011000000100111101100110111110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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