#9CB6BC

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

Shades of Casper #9CB6BC

Tints of Casper #9CB6BC

Color information

#9CB6BC (or 0x9CB6BC) is unknown color: approx Casper. HEX triplet: 9C, B6 and BC. RGB value is (156,182,188). Sum of RGB (Red+Green+Blue) = 156+182+188=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6BC is #634943. Grayscale: #AEAEAE. Windows color (decimal): -6506820 or 12367516. OLE color: 12367516.

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

Color convert

RGB156182188-
CMYK0.170.0300.26
HSL191.25º19.28%67.45%-
HSV(B)191.25º17.02%73.73%-
XYZ39.5244.1554.02-
YUV174.91135.39114.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=29.66%
G=34.60%
B=35.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561821880.170.0300.26191.2519.2867.45
Hex9CB6BC11301Abf1343
Octal23426627421303227723103
Binary100111001011011010111100100011101101010111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,188); }

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

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

 a { background-color: rgb(156,182,188); }

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

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

 span { border-color: rgb(156,182,188); }

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