#9CBBC0

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

Shades of Casper #9CBBC0

Tints of Casper #9CBBC0

Color information

#9CBBC0 (or 0x9CBBC0) is unknown color: approx Casper. HEX triplet: 9C, BB and C0. RGB value is (156,187,192). Sum of RGB (Red+Green+Blue) = 156+187+192=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #9CBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBC0 is #63443F. Grayscale: #B2B2B2. Windows color (decimal): -6505536 or 12630940. OLE color: 12630940.

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

Color convert

RGB156187192-
CMYK0.190.0300.25
HSL188.33º22.22%68.24%-
HSV(B)188.33º18.75%75.29%-
XYZ4146.4156.67-
YUV178.3135.73112.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.16%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=29.16%
G=34.95%
B=35.89%

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
Decimal1561871920.190.0300.25188.3322.2268.24
Hex9CBBC0133019bc1644
Octal23427330023303127426104
Binary100111001011101111000000100111101100110111100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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