Shades of Biloba Flower #B2A7D2
Tints of Biloba Flower #B2A7D2
RGB
CMYK
RGB Variations
Color information
#B2A7D2 (or 0xB2A7D2) is known color: Biloba Flower. HEX triplet: B2, A7 and D2. RGB value is (178,167,210). Sum of RGB (Red+Green+Blue) = 178+167+210=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 210 - color contains mainly: blue. Hex color #B2A7D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7D2 is #4D582D. Grayscale: #AFAFAF. Windows color (decimal): -5068846 or 13805490. OLE color: 13805490.
HSL color Cylindrical-coordinate representation of color #B2A7D2: hue angle of 255.35º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2A7D2 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 167 | 210 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.18 |
| HSL | 255.35º | 0.32% | 0.74% | - |
| HSV(B) | 255.35º | 0.2% | 0.82% | - |
| XYZ | 43.81 | 41.76 | 66.72 | - |
| YUV | 175.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 210 | 0.15 | 0.20 | 0 | 0.18 | 255.35 | 0.32 | 0.74 |
| Hex | B2 | A7 | D2 | F | 14 | 0 | 12 | FF | 20 | 4A |
| Octal | 262 | 247 | 322 | 17 | 24 | 0 | 22 | 377 | 40 | 112 |
| Binary | 10110010 | 10100111 | 11010010 | 1111 | 10100 | 0 | 10010 | 11111111 | 100000 | 1001010 |
Color Harmonies of #B2A7D2
Complementary color
Monochromatic Colors of #B2A7D2
Black with #B2A7D2
Text Example
Text Example
White with #B2A7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A7D2; }
p { color: rgb(178,167,210); }
H1.HeaderClassName
{
color: #B2A7D2;
}
.AnyTagClassName
{
color: #B2A7D2;
}
</style>
background-color css
<style>
a { background-color: #B2A7D2; }
a { background-color: rgb(178,167,210); }
div.DivClassName
{
background-color: #B2A7D2;
}
.BgClassName
{
background-color: #B2A7D2;
}
</style>
border-color css
<style>
span { border-color: #B2A7D2; }
span { border-color: rgb(178,167,210); }
td.TdClassName
{
border-color: #B2A7D2;
}
.TagClassName
{
border-color: #B2A7D2;
}
</style>