Shades of Biloba Flower #B2A9CF
Tints of Biloba Flower #B2A9CF
RGB
CMYK
RGB Variations
Color information
#B2A9CF (or 0xB2A9CF) is known color: Biloba Flower. HEX triplet: B2, A9 and CF. RGB value is (178,169,207). Sum of RGB (Red+Green+Blue) = 178+169+207=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2A9CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9CF is #4D5630. Grayscale: #AFAFAF. Windows color (decimal): -5068337 or 13609394. OLE color: 13609394.
HSL color Cylindrical-coordinate representation of color #B2A9CF: hue angle of 254.21º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2A9CF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 169 | 207 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.19 |
| HSL | 254.21º | 0.28% | 0.74% | - |
| HSV(B) | 254.21º | 0.18% | 0.81% | - |
| XYZ | 43.81 | 42.35 | 64.9 | - |
| YUV | 176.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 207 | 0.14 | 0.18 | 0 | 0.19 | 254.21 | 0.28 | 0.74 |
| Hex | B2 | A9 | CF | E | 12 | 0 | 13 | FE | 1C | 4A |
| Octal | 262 | 251 | 317 | 16 | 22 | 0 | 23 | 376 | 34 | 112 |
| Binary | 10110010 | 10101001 | 11001111 | 1110 | 10010 | 0 | 10011 | 11111110 | 11100 | 1001010 |
Color Harmonies of #B2A9CF
Complementary color
Monochromatic Colors of #B2A9CF
Black with #B2A9CF
Text Example
Text Example
White with #B2A9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A9CF; }
p { color: rgb(178,169,207); }
H1.HeaderClassName
{
color: #B2A9CF;
}
.AnyTagClassName
{
color: #B2A9CF;
}
</style>
background-color css
<style>
a { background-color: #B2A9CF; }
a { background-color: rgb(178,169,207); }
div.DivClassName
{
background-color: #B2A9CF;
}
.BgClassName
{
background-color: #B2A9CF;
}
</style>
border-color css
<style>
span { border-color: #B2A9CF; }
span { border-color: rgb(178,169,207); }
td.TdClassName
{
border-color: #B2A9CF;
}
.TagClassName
{
border-color: #B2A9CF;
}
</style>