Shades of Edgewater #BBD3C3
Tints of Edgewater #BBD3C3
RGB
CMYK
RGB Variations
Color information
#BBD3C3 (or 0xBBD3C3) is known color: Edgewater. HEX triplet: BB, D3 and C3. RGB value is (187,211,195). Sum of RGB (Red+Green+Blue) = 187+211+195=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C3 is #442C3C. Grayscale: #CACACA. Windows color (decimal): -4467773 or 12833723. OLE color: 12833723.
HSL color Cylindrical-coordinate representation of color #BBD3C3: hue angle of 140º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3C3 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 195 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.17 |
| HSL | 140º | 0.21% | 0.78% | - |
| HSV(B) | 140º | 0.11% | 0.83% | - |
| XYZ | 53.64 | 61.09 | 60.59 | - |
| YUV | 202 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 195 | 0.11 | 0 | 0.08 | 0.17 | 140 | 0.21 | 0.78 |
| Hex | BB | D3 | C3 | B | 0 | 8 | 11 | 8C | 15 | 4E |
| Octal | 273 | 323 | 303 | 13 | 0 | 10 | 21 | 214 | 25 | 116 |
| Binary | 10111011 | 11010011 | 11000011 | 1011 | 0 | 1000 | 10001 | 10001100 | 10101 | 1001110 |
Color Harmonies of #BBD3C3
Complementary color
Monochromatic Colors of #BBD3C3
Black with #BBD3C3
Text Example
Text Example
White with #BBD3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3C3; }
p { color: rgb(187,211,195); }
H1.HeaderClassName
{
color: #BBD3C3;
}
.AnyTagClassName
{
color: #BBD3C3;
}
</style>
background-color css
<style>
a { background-color: #BBD3C3; }
a { background-color: rgb(187,211,195); }
div.DivClassName
{
background-color: #BBD3C3;
}
.BgClassName
{
background-color: #BBD3C3;
}
</style>
border-color css
<style>
span { border-color: #BBD3C3; }
span { border-color: rgb(187,211,195); }
td.TdClassName
{
border-color: #BBD3C3;
}
.TagClassName
{
border-color: #BBD3C3;
}
</style>