#99BBBE

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

Shades of Casper #99BBBE

Tints of Casper #99BBBE

Color information

#99BBBE (or 0x99BBBE) is unknown color: approx Casper. HEX triplet: 99, BB and BE. RGB value is (153,187,190). Sum of RGB (Red+Green+Blue) = 153+187+190=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #99BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BBBE is #664441. Grayscale: #B1B1B1. Windows color (decimal): -6702146 or 12499865. OLE color: 12499865.

HSL color Cylindrical-coordinate representation of color #99BBBE: hue angle of 184.86º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99BBBE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153187190-
CMYK0.190.0200.25
HSL184.86º22.16%67.25%-
HSV(B)184.86º19.47%74.51%-
XYZ40.246.0355.48-
YUV177.18135.24110.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=28.87%
G=35.28%
B=35.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531871900.190.0200.25184.8622.1667.25
Hex99BBBE132019b91643
Octal23127327623203127126103
Binary100110011011101110111110100111001100110111001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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