Shades of Casper #99BDBF
Tints of Casper #99BDBF
RGB
CMYK
RGB Variations
Color information
#99BDBF (or 0x99BDBF) is known color: 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
| RGB | 153 | 189 | 191 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.25 |
| HSL | 183.16º | 0.23% | 0.67% | - |
| HSV(B) | 183.16º | 0.2% | 0.75% | - |
| XYZ | 40.74 | 46.93 | 56.2 | - |
| YUV | 178.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 191 | 0.20 | 0.01 | 0 | 0.25 | 183.16 | 0.23 | 0.67 |
| Hex | 99 | BD | BF | 14 | 1 | 0 | 19 | B7 | 17 | 43 |
| Octal | 231 | 275 | 277 | 24 | 1 | 0 | 31 | 267 | 27 | 103 |
| Binary | 10011001 | 10111101 | 10111111 | 10100 | 1 | 0 | 11001 | 10110111 | 10111 | 1000011 |
Color Harmonies of #99BDBF
Complementary color
Monochromatic Colors of #99BDBF
Black with #99BDBF
Text Example
Text Example
White with #99BDBF
Text Example
Text Example
HTML Codes & Css Web 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>