#9CB7BD

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

Shades of Casper #9CB7BD

Tints of Casper #9CB7BD

Color information

#9CB7BD (or 0x9CB7BD) is unknown color: approx Casper. HEX triplet: 9C, B7 and BD. RGB value is (156,183,189). Sum of RGB (Red+Green+Blue) = 156+183+189=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #9CB7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB7BD is #634842. Grayscale: #AFAFAF. Windows color (decimal): -6506563 or 12433308. OLE color: 12433308.

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

Color convert

RGB156183189-
CMYK0.170.0300.26
HSL190.91º20%67.65%-
HSV(B)190.91º17.46%74.12%-
XYZ39.8344.6154.66-
YUV175.61135.55114.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.55%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=29.55%
G=34.66%
B=35.80%

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
Decimal1561831890.170.0300.26190.912067.65
Hex9CB7BD11301Abf1444
Octal23426727521303227724104
Binary100111001011011110111101100011101101010111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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