Shades of Fringy Flower #B4D6BF
Tints of Fringy Flower #B4D6BF
RGB
CMYK
RGB Variations
Color information
#B4D6BF (or 0xB4D6BF) is known color: Fringy Flower. HEX triplet: B4, D6 and BF. RGB value is (180,214,191). Sum of RGB (Red+Green+Blue) = 180+214+191=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D6BF is #4B2940. Grayscale: #C9C9C9. Windows color (decimal): -4925761 or 12572340. OLE color: 12572340.
HSL color Cylindrical-coordinate representation of color #B4D6BF: hue angle of 139.41º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D6BF is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 191 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.16 |
| HSL | 139.41º | 0.29% | 0.77% | - |
| HSV(B) | 139.41º | 0.16% | 0.84% | - |
| XYZ | 52.27 | 61.56 | 58.42 | - |
| YUV | 201.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 191 | 0.16 | 0 | 0.11 | 0.16 | 139.41 | 0.29 | 0.77 |
| Hex | B4 | D6 | BF | 10 | 0 | B | 10 | 8B | 1D | 4D |
| Octal | 264 | 326 | 277 | 20 | 0 | 13 | 20 | 213 | 35 | 115 |
| Binary | 10110100 | 11010110 | 10111111 | 10000 | 0 | 1011 | 10000 | 10001011 | 11101 | 1001101 |
Color Harmonies of #B4D6BF
Complementary color
Monochromatic Colors of #B4D6BF
Black with #B4D6BF
Text Example
Text Example
White with #B4D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D6BF; }
p { color: rgb(180,214,191); }
H1.HeaderClassName
{
color: #B4D6BF;
}
.AnyTagClassName
{
color: #B4D6BF;
}
</style>
background-color css
<style>
a { background-color: #B4D6BF; }
a { background-color: rgb(180,214,191); }
div.DivClassName
{
background-color: #B4D6BF;
}
.BgClassName
{
background-color: #B4D6BF;
}
</style>
border-color css
<style>
span { border-color: #B4D6BF; }
span { border-color: rgb(180,214,191); }
td.TdClassName
{
border-color: #B4D6BF;
}
.TagClassName
{
border-color: #B4D6BF;
}
</style>