#99BDBF

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

Shades of Casper #99BDBF

Tints of Casper #99BDBF

Color information

#99BDBF (or 0x99BDBF) is unknown color: approx Casper. HEX triplet: 99, BD and BF. RGB value is (153,189,191). Sum of RGB (Red+Green+Blue) = 153+189+191=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #99BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99BDBF is #664240. Grayscale: #B2B2B2. Windows color (decimal): -6701633 or 12565913. OLE color: 12565913.

HSL color Cylindrical-coordinate representation of color #99BDBF: hue angle of 183.16º 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 #99BDBF is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153189191-
CMYK0.200.0100.25
HSL183.16º22.89%67.45%-
HSV(B)183.16º19.9%74.9%-
XYZ40.7446.9356.2-
YUV178.46135.07109.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 191 (75% from 255) = 35.83%
R=28.71%
G=35.46%
B=35.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531891910.200.0100.25183.1622.8967.45
Hex99BDBF141019b71743
Octal23127527724103126727103
Binary10011001101111011011111110100101100110110111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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