#9CB6BE

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

Shades of Casper #9CB6BE

Tints of Casper #9CB6BE

Color information

#9CB6BE (or 0x9CB6BE) is unknown color: approx Casper. HEX triplet: 9C, B6 and BE. RGB value is (156,182,190). Sum of RGB (Red+Green+Blue) = 156+182+190=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB6BE is #634941. Grayscale: #AFAFAF. Windows color (decimal): -6506818 or 12498588. OLE color: 12498588.

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

Color convert

RGB156182190-
CMYK0.180.0400.25
HSL194.12º20.73%67.84%-
HSV(B)194.12º17.89%74.51%-
XYZ39.7344.2455.16-
YUV175.14136.39114.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=29.55%
G=34.47%
B=35.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561821900.180.0400.25194.1220.7367.84
Hex9CB6BE124019c21544
Octal23426627622403130225104
Binary1001110010110110101111101001010001100111000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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