Shades of Edgewater #BBD7C3
Tints of Edgewater #BBD7C3
RGB
CMYK
RGB Variations
Color information
#BBD7C3 (or 0xBBD7C3) is known color: Edgewater. HEX triplet: BB, D7 and C3. RGB value is (187,215,195). Sum of RGB (Red+Green+Blue) = 187+215+195=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7C3 is #44283C. Grayscale: #CCCCCC. Windows color (decimal): -4466749 or 12834747. OLE color: 12834747.
HSL color Cylindrical-coordinate representation of color #BBD7C3: hue angle of 137.14º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD7C3 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 195 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.16 |
| HSL | 137.14º | 0.26% | 0.79% | - |
| HSV(B) | 137.14º | 0.13% | 0.84% | - |
| XYZ | 54.64 | 63.11 | 60.93 | - |
| YUV | 204.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 195 | 0.13 | 0 | 0.09 | 0.16 | 137.14 | 0.26 | 0.79 |
| Hex | BB | D7 | C3 | D | 0 | 9 | 10 | 89 | 1A | 4F |
| Octal | 273 | 327 | 303 | 15 | 0 | 11 | 20 | 211 | 32 | 117 |
| Binary | 10111011 | 11010111 | 11000011 | 1101 | 0 | 1001 | 10000 | 10001001 | 11010 | 1001111 |
Color Harmonies of #BBD7C3
Complementary color
Monochromatic Colors of #BBD7C3
Black with #BBD7C3
Text Example
Text Example
White with #BBD7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7C3; }
p { color: rgb(187,215,195); }
H1.HeaderClassName
{
color: #BBD7C3;
}
.AnyTagClassName
{
color: #BBD7C3;
}
</style>
background-color css
<style>
a { background-color: #BBD7C3; }
a { background-color: rgb(187,215,195); }
div.DivClassName
{
background-color: #BBD7C3;
}
.BgClassName
{
background-color: #BBD7C3;
}
</style>
border-color css
<style>
span { border-color: #BBD7C3; }
span { border-color: rgb(187,215,195); }
td.TdClassName
{
border-color: #BBD7C3;
}
.TagClassName
{
border-color: #BBD7C3;
}
</style>