#9CB7BC

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

Shades of Casper #9CB7BC

Tints of Casper #9CB7BC

Color information

#9CB7BC (or 0x9CB7BC) is unknown color: approx Casper. HEX triplet: 9C, B7 and BC. RGB value is (156,183,188). Sum of RGB (Red+Green+Blue) = 156+183+188=527 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.60% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7BC is #634843. Grayscale: #AFAFAF. Windows color (decimal): -6506564 or 12367772. OLE color: 12367772.

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

Color convert

RGB156183188-
CMYK0.170.0300.26
HSL189.38º19.28%67.45%-
HSV(B)189.38º17.02%73.73%-
XYZ39.7244.5754.09-
YUV175.5135.05114.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.60%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=29.60%
G=34.72%
B=35.67%

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
Decimal1561831880.170.0300.26189.3819.2867.45
Hex9CB7BC11301Abd1343
Octal23426727421303227523103
Binary100111001011011110111100100011101101010111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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