Shades of Edgewater #BBDCC5
Tints of Edgewater #BBDCC5
RGB
CMYK
RGB Variations
Color information
#BBDCC5 (or 0xBBDCC5) is known color: Edgewater. HEX triplet: BB, DC and C5. RGB value is (187,220,197). Sum of RGB (Red+Green+Blue) = 187+220+197=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC5 is #44233A. Grayscale: #CFCFCF. Windows color (decimal): -4465467 or 12967099. OLE color: 12967099.
HSL color Cylindrical-coordinate representation of color #BBDCC5: hue angle of 138.18º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 197 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.14 |
| HSL | 138.18º | 0.32% | 0.8% | - |
| HSV(B) | 138.18º | 0.15% | 0.86% | - |
| XYZ | 56.16 | 65.78 | 62.56 | - |
| YUV | 207.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 197 | 0.15 | 0 | 0.10 | 0.14 | 138.18 | 0.32 | 0.8 |
| Hex | BB | DC | C5 | F | 0 | A | E | 8A | 20 | 50 |
| Octal | 273 | 334 | 305 | 17 | 0 | 12 | 16 | 212 | 40 | 120 |
| Binary | 10111011 | 11011100 | 11000101 | 1111 | 0 | 1010 | 1110 | 10001010 | 100000 | 1010000 |
Color Harmonies of #BBDCC5
Complementary color
Monochromatic Colors of #BBDCC5
Black with #BBDCC5
Text Example
Text Example
White with #BBDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCC5; }
p { color: rgb(187,220,197); }
H1.HeaderClassName
{
color: #BBDCC5;
}
.AnyTagClassName
{
color: #BBDCC5;
}
</style>
background-color css
<style>
a { background-color: #BBDCC5; }
a { background-color: rgb(187,220,197); }
div.DivClassName
{
background-color: #BBDCC5;
}
.BgClassName
{
background-color: #BBDCC5;
}
</style>
border-color css
<style>
span { border-color: #BBDCC5; }
span { border-color: rgb(187,220,197); }
td.TdClassName
{
border-color: #BBDCC5;
}
.TagClassName
{
border-color: #BBDCC5;
}
</style>