Shades of Fringy Flower #B3DBBE
Tints of Fringy Flower #B3DBBE
RGB
CMYK
RGB Variations
Color information
#B3DBBE (or 0xB3DBBE) is known color: Fringy Flower. HEX triplet: B3, DB and BE. RGB value is (179,219,190). Sum of RGB (Red+Green+Blue) = 179+219+190=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DBBE is #4C2441. Grayscale: #CBCBCB. Windows color (decimal): -4990018 or 12508083. OLE color: 12508083.
HSL color Cylindrical-coordinate representation of color #B3DBBE: hue angle of 136.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3DBBE is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 219 | 190 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.14 |
| HSL | 136.5º | 0.36% | 0.78% | - |
| HSV(B) | 136.5º | 0.18% | 0.86% | - |
| XYZ | 53.22 | 63.96 | 58.26 | - |
| YUV | 203.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 219 | 190 | 0.18 | 0 | 0.13 | 0.14 | 136.5 | 0.36 | 0.78 |
| Hex | B3 | DB | BE | 12 | 0 | D | E | 88 | 24 | 4E |
| Octal | 263 | 333 | 276 | 22 | 0 | 15 | 16 | 210 | 44 | 116 |
| Binary | 10110011 | 11011011 | 10111110 | 10010 | 0 | 1101 | 1110 | 10001000 | 100100 | 1001110 |
Color Harmonies of #B3DBBE
Complementary color
Monochromatic Colors of #B3DBBE
Black with #B3DBBE
Text Example
Text Example
White with #B3DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DBBE; }
p { color: rgb(179,219,190); }
H1.HeaderClassName
{
color: #B3DBBE;
}
.AnyTagClassName
{
color: #B3DBBE;
}
</style>
background-color css
<style>
a { background-color: #B3DBBE; }
a { background-color: rgb(179,219,190); }
div.DivClassName
{
background-color: #B3DBBE;
}
.BgClassName
{
background-color: #B3DBBE;
}
</style>
border-color css
<style>
span { border-color: #B3DBBE; }
span { border-color: rgb(179,219,190); }
td.TdClassName
{
border-color: #B3DBBE;
}
.TagClassName
{
border-color: #B3DBBE;
}
</style>