Shades of Biloba Flower #B2AAC4
Tints of Biloba Flower #B2AAC4
RGB
CMYK
RGB Variations
Color information
#B2AAC4 (or 0xB2AAC4) is known color: Biloba Flower. HEX triplet: B2, AA and C4. RGB value is (178,170,196). Sum of RGB (Red+Green+Blue) = 178+170+196=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #B2AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AAC4 is #4D553B. Grayscale: #AFAFAF. Windows color (decimal): -5068092 or 12888754. OLE color: 12888754.
HSL color Cylindrical-coordinate representation of color #B2AAC4: hue angle of 258.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AAC4 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 170 | 196 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.23 |
| HSL | 258.46º | 0.18% | 0.72% | - |
| HSV(B) | 258.46º | 0.13% | 0.77% | - |
| XYZ | 42.7 | 42.2 | 58.12 | - |
| YUV | 175.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 170 | 196 | 0.09 | 0.13 | 0 | 0.23 | 258.46 | 0.18 | 0.72 |
| Hex | B2 | AA | C4 | 9 | D | 0 | 17 | 102 | 12 | 48 |
| Octal | 262 | 252 | 304 | 11 | 15 | 0 | 27 | 402 | 22 | 110 |
| Binary | 10110010 | 10101010 | 11000100 | 1001 | 1101 | 0 | 10111 | 100000010 | 10010 | 1001000 |
Color Harmonies of #B2AAC4
Complementary color
Monochromatic Colors of #B2AAC4
Black with #B2AAC4
Text Example
Text Example
White with #B2AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAC4; }
p { color: rgb(178,170,196); }
H1.HeaderClassName
{
color: #B2AAC4;
}
.AnyTagClassName
{
color: #B2AAC4;
}
</style>
background-color css
<style>
a { background-color: #B2AAC4; }
a { background-color: rgb(178,170,196); }
div.DivClassName
{
background-color: #B2AAC4;
}
.BgClassName
{
background-color: #B2AAC4;
}
</style>
border-color css
<style>
span { border-color: #B2AAC4; }
span { border-color: rgb(178,170,196); }
td.TdClassName
{
border-color: #B2AAC4;
}
.TagClassName
{
border-color: #B2AAC4;
}
</style>