Shades of Edgewater #BBE1C3
Tints of Edgewater #BBE1C3
RGB
CMYK
RGB Variations
Color information
#BBE1C3 (or 0xBBE1C3) is known color: Edgewater. HEX triplet: BB, E1 and C3. RGB value is (187,225,195). Sum of RGB (Red+Green+Blue) = 187+225+195=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE1C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE1C3 is #441E3C. Grayscale: #D2D2D2. Windows color (decimal): -4464189 or 12837307. OLE color: 12837307.
HSL color Cylindrical-coordinate representation of color #BBE1C3: hue angle of 132.63º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE1C3 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 195 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.12 |
| HSL | 132.63º | 0.39% | 0.81% | - |
| HSV(B) | 132.63º | 0.17% | 0.88% | - |
| XYZ | 57.27 | 68.36 | 61.81 | - |
| YUV | 210.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 195 | 0.17 | 0 | 0.13 | 0.12 | 132.63 | 0.39 | 0.81 |
| Hex | BB | E1 | C3 | 11 | 0 | D | C | 85 | 27 | 51 |
| Octal | 273 | 341 | 303 | 21 | 0 | 15 | 14 | 205 | 47 | 121 |
| Binary | 10111011 | 11100001 | 11000011 | 10001 | 0 | 1101 | 1100 | 10000101 | 100111 | 1010001 |
Color Harmonies of #BBE1C3
Complementary color
Monochromatic Colors of #BBE1C3
Black with #BBE1C3
Text Example
Text Example
White with #BBE1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1C3; }
p { color: rgb(187,225,195); }
H1.HeaderClassName
{
color: #BBE1C3;
}
.AnyTagClassName
{
color: #BBE1C3;
}
</style>
background-color css
<style>
a { background-color: #BBE1C3; }
a { background-color: rgb(187,225,195); }
div.DivClassName
{
background-color: #BBE1C3;
}
.BgClassName
{
background-color: #BBE1C3;
}
</style>
border-color css
<style>
span { border-color: #BBE1C3; }
span { border-color: rgb(187,225,195); }
td.TdClassName
{
border-color: #BBE1C3;
}
.TagClassName
{
border-color: #BBE1C3;
}
</style>