Shades of Biloba Flower #B2A9CB
Tints of Biloba Flower #B2A9CB
RGB
CMYK
RGB Variations
Color information
#B2A9CB (or 0xB2A9CB) is known color: Biloba Flower. HEX triplet: B2, A9 and CB. RGB value is (178,169,203). Sum of RGB (Red+Green+Blue) = 178+169+203=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A9CB is #4D5634. Grayscale: #AFAFAF. Windows color (decimal): -5068341 or 13347250. OLE color: 13347250.
HSL color Cylindrical-coordinate representation of color #B2A9CB: hue angle of 255.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2A9CB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 169 | 203 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.20 |
| HSL | 255.88º | 0.25% | 0.73% | - |
| HSV(B) | 255.88º | 0.17% | 0.8% | - |
| XYZ | 43.33 | 42.15 | 62.35 | - |
| YUV | 175.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 203 | 0.12 | 0.17 | 0 | 0.20 | 255.88 | 0.25 | 0.73 |
| Hex | B2 | A9 | CB | C | 11 | 0 | 14 | 100 | 19 | 49 |
| Octal | 262 | 251 | 313 | 14 | 21 | 0 | 24 | 400 | 31 | 111 |
| Binary | 10110010 | 10101001 | 11001011 | 1100 | 10001 | 0 | 10100 | 100000000 | 11001 | 1001001 |
Color Harmonies of #B2A9CB
Complementary color
Monochromatic Colors of #B2A9CB
Black with #B2A9CB
Text Example
Text Example
White with #B2A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A9CB; }
p { color: rgb(178,169,203); }
H1.HeaderClassName
{
color: #B2A9CB;
}
.AnyTagClassName
{
color: #B2A9CB;
}
</style>
background-color css
<style>
a { background-color: #B2A9CB; }
a { background-color: rgb(178,169,203); }
div.DivClassName
{
background-color: #B2A9CB;
}
.BgClassName
{
background-color: #B2A9CB;
}
</style>
border-color css
<style>
span { border-color: #B2A9CB; }
span { border-color: rgb(178,169,203); }
td.TdClassName
{
border-color: #B2A9CB;
}
.TagClassName
{
border-color: #B2A9CB;
}
</style>