#99B9C4

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

Shades of Casper #99B9C4

Tints of Casper #99B9C4

Color information

#99B9C4 (or 0x99B9C4) is unknown color: approx Casper. HEX triplet: 99, B9 and C4. RGB value is (153,185,196). Sum of RGB (Red+Green+Blue) = 153+185+196=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #99B9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9C4 is #66463B. Grayscale: #B0B0B0. Windows color (decimal): -6702652 or 12892569. OLE color: 12892569.

HSL color Cylindrical-coordinate representation of color #99B9C4: hue angle of 195.35º 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 #99B9C4 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB153185196-
CMYK0.220.0600.23
HSL195.35º26.71%68.43%-
HSV(B)195.35º21.94%76.86%-
XYZ40.4545.4658.87-
YUV176.69138.9111.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=28.65%
G=34.64%
B=36.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1531851960.220.0600.23195.3526.7168.43
Hex99B9C4166017c31b44
Octal23127130426602730333104
Binary1001100110111001110001001011011001011111000011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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