Shades of Edgewater #BBD5C4
Tints of Edgewater #BBD5C4
RGB
CMYK
RGB Variations
Color information
#BBD5C4 (or 0xBBD5C4) is known color: Edgewater. HEX triplet: BB, D5 and C4. RGB value is (187,213,196). Sum of RGB (Red+Green+Blue) = 187+213+196=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C4 is #442A3B. Grayscale: #CBCBCB. Windows color (decimal): -4467260 or 12899771. OLE color: 12899771.
HSL color Cylindrical-coordinate representation of color #BBD5C4: hue angle of 140.77º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C4 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 196 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 140.77º | 0.24% | 0.78% | - |
| HSV(B) | 140.77º | 0.12% | 0.84% | - |
| XYZ | 54.25 | 62.14 | 61.36 | - |
| YUV | 203.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 196 | 0.12 | 0 | 0.08 | 0.16 | 140.77 | 0.24 | 0.78 |
| Hex | BB | D5 | C4 | C | 0 | 8 | 10 | 8D | 18 | 4E |
| Octal | 273 | 325 | 304 | 14 | 0 | 10 | 20 | 215 | 30 | 116 |
| Binary | 10111011 | 11010101 | 11000100 | 1100 | 0 | 1000 | 10000 | 10001101 | 11000 | 1001110 |
Color Harmonies of #BBD5C4
Complementary color
Monochromatic Colors of #BBD5C4
Black with #BBD5C4
Text Example
Text Example
White with #BBD5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5C4; }
p { color: rgb(187,213,196); }
H1.HeaderClassName
{
color: #BBD5C4;
}
.AnyTagClassName
{
color: #BBD5C4;
}
</style>
background-color css
<style>
a { background-color: #BBD5C4; }
a { background-color: rgb(187,213,196); }
div.DivClassName
{
background-color: #BBD5C4;
}
.BgClassName
{
background-color: #BBD5C4;
}
</style>
border-color css
<style>
span { border-color: #BBD5C4; }
span { border-color: rgb(187,213,196); }
td.TdClassName
{
border-color: #BBD5C4;
}
.TagClassName
{
border-color: #BBD5C4;
}
</style>