#99BDC4

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

Shades of Casper #99BDC4

Tints of Casper #99BDC4

Color information

#99BDC4 (or 0x99BDC4) is unknown color: approx Casper. HEX triplet: 99, BD and C4. RGB value is (153,189,196). Sum of RGB (Red+Green+Blue) = 153+189+196=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #99BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDC4 is #66423B. Grayscale: #B2B2B2. Windows color (decimal): -6701628 or 12893593. OLE color: 12893593.

HSL color Cylindrical-coordinate representation of color #99BDC4: hue angle of 189.77º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99BDC4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB153189196-
CMYK0.220.0400.23
HSL189.77º26.71%68.43%-
HSV(B)189.77º21.94%76.86%-
XYZ41.347.1559.15-
YUV179.03137.57109.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.44%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=28.44%
G=35.13%
B=36.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531891960.220.0400.23189.7726.7168.43
Hex99BDC4164017be1b44
Octal23127530426402727633104
Binary1001100110111101110001001011010001011110111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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