#9CBBC1

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

Shades of Casper #9CBBC1

Tints of Casper #9CBBC1

Color information

#9CBBC1 (or 0x9CBBC1) is unknown color: approx Casper. HEX triplet: 9C, BB and C1. RGB value is (156,187,193). Sum of RGB (Red+Green+Blue) = 156+187+193=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBC1 is #63443E. Grayscale: #B2B2B2. Windows color (decimal): -6505535 or 12696476. OLE color: 12696476.

HSL color Cylindrical-coordinate representation of color #9CBBC1: hue angle of 189.73º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CBBC1 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB156187193-
CMYK0.190.0300.24
HSL189.73º22.98%68.43%-
HSV(B)189.73º19.17%75.69%-
XYZ41.1146.4657.25-
YUV178.42136.23112.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=29.10%
G=34.89%
B=36.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1561871930.190.0300.24189.7322.9868.43
Hex9CBBC1133018be1744
Octal23427330123303027627104
Binary100111001011101111000001100111101100010111110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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