#99BDC0

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

Shades of Casper #99BDC0

Tints of Casper #99BDC0

Color information

#99BDC0 (or 0x99BDC0) is unknown color: approx Casper. HEX triplet: 99, BD and C0. RGB value is (153,189,192). Sum of RGB (Red+Green+Blue) = 153+189+192=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #99BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC0 is #66423F. Grayscale: #B2B2B2. Windows color (decimal): -6701632 or 12631449. OLE color: 12631449.

HSL color Cylindrical-coordinate representation of color #99BDC0: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BDC0 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153189192-
CMYK0.200.0200.25
HSL184.62º23.64%67.65%-
HSV(B)184.62º20.31%75.29%-
XYZ40.8546.9756.78-
YUV178.58135.57109.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=28.65%
G=35.39%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531891920.200.0200.25184.6223.6467.65
Hex99BDC0142019b91844
Octal23127530024203127130104
Binary100110011011110111000000101001001100110111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BDC0; }

 p { color: rgb(153,189,192); }

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

<style>
 a { background-color: #99BDC0; }

 a { background-color: rgb(153,189,192); }

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

<style>
 span { border-color: #99BDC0; }

 span { border-color: rgb(153,189,192); }

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