#99B9BC

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

Shades of Casper #99B9BC

Tints of Casper #99B9BC

Color information

#99B9BC (or 0x99B9BC) is unknown color: approx Casper. HEX triplet: 99, B9 and BC. RGB value is (153,185,188). Sum of RGB (Red+Green+Blue) = 153+185+188=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #99B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9BC is #664643. Grayscale: #AFAFAF. Windows color (decimal): -6702660 or 12368281. OLE color: 12368281.

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

Color convert

RGB153185188-
CMYK0.190.0200.26
HSL185.14º20.71%66.86%-
HSV(B)185.14º18.62%73.73%-
XYZ39.5645.154.2-
YUV175.77134.9111.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=29.09%
G=35.17%
B=35.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531851880.190.0200.26185.1420.7166.86
Hex99B9BC13201Ab91543
Octal23127127423203227125103
Binary100110011011100110111100100111001101010111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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