Shades of Fringy Flower #BBEFC3
Tints of Fringy Flower #BBEFC3
RGB
CMYK
RGB Variations
Color information
#BBEFC3 (or 0xBBEFC3) is known color: Fringy Flower. HEX triplet: BB, EF and C3. RGB value is (187,239,195). Sum of RGB (Red+Green+Blue) = 187+239+195=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFC3 is #44103C. Grayscale: #DADADA. Windows color (decimal): -4460605 or 12840891. OLE color: 12840891.
HSL color Cylindrical-coordinate representation of color #BBEFC3: hue angle of 129.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFC3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 195 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.06 |
| HSL | 129.23º | 0.62% | 0.84% | - |
| HSV(B) | 129.23º | 0.22% | 0.94% | - |
| XYZ | 61.21 | 76.24 | 63.12 | - |
| YUV | 218.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 195 | 0.22 | 0 | 0.18 | 0.06 | 129.23 | 0.62 | 0.84 |
| Hex | BB | EF | C3 | 16 | 0 | 12 | 6 | 81 | 3E | 54 |
| Octal | 273 | 357 | 303 | 26 | 0 | 22 | 6 | 201 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11000011 | 10110 | 0 | 10010 | 110 | 10000001 | 111110 | 1010100 |
Color Harmonies of #BBEFC3
Complementary color
Monochromatic Colors of #BBEFC3
Black with #BBEFC3
Text Example
Text Example
White with #BBEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFC3; }
p { color: rgb(187,239,195); }
H1.HeaderClassName
{
color: #BBEFC3;
}
.AnyTagClassName
{
color: #BBEFC3;
}
</style>
background-color css
<style>
a { background-color: #BBEFC3; }
a { background-color: rgb(187,239,195); }
div.DivClassName
{
background-color: #BBEFC3;
}
.BgClassName
{
background-color: #BBEFC3;
}
</style>
border-color css
<style>
span { border-color: #BBEFC3; }
span { border-color: rgb(187,239,195); }
td.TdClassName
{
border-color: #BBEFC3;
}
.TagClassName
{
border-color: #BBEFC3;
}
</style>