#99B9BF

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

Shades of Casper #99B9BF

Tints of Casper #99B9BF

Color information

#99B9BF (or 0x99B9BF) is unknown color: approx Casper. HEX triplet: 99, B9 and BF. RGB value is (153,185,191). Sum of RGB (Red+Green+Blue) = 153+185+191=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #99B9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B9BF is #664640. Grayscale: #B0B0B0. Windows color (decimal): -6702657 or 12564889. OLE color: 12564889.

HSL color Cylindrical-coordinate representation of color #99B9BF: hue angle of 189.47º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99B9BF is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153185191-
CMYK0.200.0300.25
HSL189.47º22.89%67.45%-
HSV(B)189.47º19.9%74.9%-
XYZ39.8945.2355.92-
YUV176.12136.4111.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 191 (75% from 255) = 36.11%
R=28.92%
G=34.97%
B=36.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531851910.200.0300.25189.4722.8967.45
Hex99B9BF143019bd1743
Octal23127127724303127527103
Binary100110011011100110111111101001101100110111101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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