Shades of Fringy Flower #B5DCC1
Tints of Fringy Flower #B5DCC1
RGB
CMYK
RGB Variations
Color information
#B5DCC1 (or 0xB5DCC1) is known color: Fringy Flower. HEX triplet: B5, DC and C1. RGB value is (181,220,193). Sum of RGB (Red+Green+Blue) = 181+220+193=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCC1 is #4A233E. Grayscale: #CDCDCD. Windows color (decimal): -4858687 or 12704949. OLE color: 12704949.
HSL color Cylindrical-coordinate representation of color #B5DCC1: hue angle of 138.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCC1 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 193 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.14 |
| HSL | 138.46º | 0.36% | 0.79% | - |
| HSV(B) | 138.46º | 0.18% | 0.86% | - |
| XYZ | 54.27 | 64.86 | 60.11 | - |
| YUV | 205.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 193 | 0.18 | 0 | 0.12 | 0.14 | 138.46 | 0.36 | 0.79 |
| Hex | B5 | DC | C1 | 12 | 0 | C | E | 8A | 24 | 4F |
| Octal | 265 | 334 | 301 | 22 | 0 | 14 | 16 | 212 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11000001 | 10010 | 0 | 1100 | 1110 | 10001010 | 100100 | 1001111 |
Color Harmonies of #B5DCC1
Complementary color
Monochromatic Colors of #B5DCC1
Black with #B5DCC1
Text Example
Text Example
White with #B5DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCC1; }
p { color: rgb(181,220,193); }
H1.HeaderClassName
{
color: #B5DCC1;
}
.AnyTagClassName
{
color: #B5DCC1;
}
</style>
background-color css
<style>
a { background-color: #B5DCC1; }
a { background-color: rgb(181,220,193); }
div.DivClassName
{
background-color: #B5DCC1;
}
.BgClassName
{
background-color: #B5DCC1;
}
</style>
border-color css
<style>
span { border-color: #B5DCC1; }
span { border-color: rgb(181,220,193); }
td.TdClassName
{
border-color: #B5DCC1;
}
.TagClassName
{
border-color: #B5DCC1;
}
</style>