#9DBBC0

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

Shades of Casper #9DBBC0

Tints of Casper #9DBBC0

Color information

#9DBBC0 (or 0x9DBBC0) is unknown color: approx Casper. HEX triplet: 9D, BB and C0. RGB value is (157,187,192). Sum of RGB (Red+Green+Blue) = 157+187+192=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #9DBBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBBC0 is #62443F. Grayscale: #B2B2B2. Windows color (decimal): -6440000 or 12630941. OLE color: 12630941.

HSL color Cylindrical-coordinate representation of color #9DBBC0: hue angle of 188.57º degrees, saturation: 0.22, 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 #9DBBC0 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157187192-
CMYK0.180.0300.25
HSL188.57º21.74%68.43%-
HSV(B)188.57º18.23%75.29%-
XYZ41.1946.5156.68-
YUV178.6135.56112.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.29%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=29.29%
G=34.89%
B=35.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571871920.180.0300.25188.5721.7468.43
Hex9DBBC0123019bd1644
Octal23527330022303127526104
Binary100111011011101111000000100101101100110111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,187,192); }

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

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

 a { background-color: rgb(157,187,192); }

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

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

 span { border-color: rgb(157,187,192); }

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