#99BBC2

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

Shades of Casper #99BBC2

Tints of Casper #99BBC2

Color information

#99BBC2 (or 0x99BBC2) is unknown color: approx Casper. HEX triplet: 99, BB and C2. RGB value is (153,187,194). Sum of RGB (Red+Green+Blue) = 153+187+194=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 194 - color contains mainly: blue. Hex color #99BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBC2 is #66443D. Grayscale: #B1B1B1. Windows color (decimal): -6702142 or 12762009. OLE color: 12762009.

HSL color Cylindrical-coordinate representation of color #99BBC2: hue angle of 190.24º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BBC2 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB153187194-
CMYK0.210.0400.24
HSL190.24º25.15%68.04%-
HSV(B)190.24º21.13%76.08%-
XYZ40.6446.2157.82-
YUV177.63137.24110.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 194 (76.17% from 255) = 36.33%
R=28.65%
G=35.02%
B=36.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531871940.210.0400.24190.2425.1568.04
Hex99BBC2154018be1944
Octal23127330225403027631104
Binary1001100110111011110000101010110001100010111110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,187,194); }

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

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

 a { background-color: rgb(153,187,194); }

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

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

 span { border-color: rgb(153,187,194); }

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