Shades of Fringy Flower #B4DCC1
Tints of Fringy Flower #B4DCC1
RGB
CMYK
RGB Variations
Color information
#B4DCC1 (or 0xB4DCC1) is known color: Fringy Flower. HEX triplet: B4, DC and C1. RGB value is (180,220,193). Sum of RGB (Red+Green+Blue) = 180+220+193=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCC1 is #4B233E. Grayscale: #CDCDCD. Windows color (decimal): -4924223 or 12704948. OLE color: 12704948.
HSL color Cylindrical-coordinate representation of color #B4DCC1: hue angle of 139.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 #B4DCC1 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 193 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.14 |
| HSL | 139.5º | 0.36% | 0.78% | - |
| HSV(B) | 139.5º | 0.18% | 0.86% | - |
| XYZ | 54.04 | 64.74 | 60.1 | - |
| YUV | 204.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 193 | 0.18 | 0 | 0.12 | 0.14 | 139.5 | 0.36 | 0.78 |
| Hex | B4 | DC | C1 | 12 | 0 | C | E | 8C | 24 | 4E |
| Octal | 264 | 334 | 301 | 22 | 0 | 14 | 16 | 214 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11000001 | 10010 | 0 | 1100 | 1110 | 10001100 | 100100 | 1001110 |
Color Harmonies of #B4DCC1
Complementary color
Monochromatic Colors of #B4DCC1
Black with #B4DCC1
Text Example
Text Example
White with #B4DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCC1; }
p { color: rgb(180,220,193); }
H1.HeaderClassName
{
color: #B4DCC1;
}
.AnyTagClassName
{
color: #B4DCC1;
}
</style>
background-color css
<style>
a { background-color: #B4DCC1; }
a { background-color: rgb(180,220,193); }
div.DivClassName
{
background-color: #B4DCC1;
}
.BgClassName
{
background-color: #B4DCC1;
}
</style>
border-color css
<style>
span { border-color: #B4DCC1; }
span { border-color: rgb(180,220,193); }
td.TdClassName
{
border-color: #B4DCC1;
}
.TagClassName
{
border-color: #B4DCC1;
}
</style>