Shades of Biloba Flower #B697E2
Tints of Biloba Flower #B697E2
RGB
CMYK
RGB Variations
Color information
#B697E2 (or 0xB697E2) is known color: Biloba Flower. HEX triplet: B6, 97 and E2. RGB value is (182,151,226). Sum of RGB (Red+Green+Blue) = 182+151+226=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #B697E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697E2 is #49681D. Grayscale: #A8A8A8. Windows color (decimal): -4810782 or 14849974. OLE color: 14849974.
HSL color Cylindrical-coordinate representation of color #B697E2: hue angle of 264.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B697E2 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 151 | 226 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.11 |
| HSL | 264.8º | 0.56% | 0.74% | - |
| HSV(B) | 264.8º | 0.33% | 0.89% | - |
| XYZ | 44.09 | 37.57 | 76.88 | - |
| YUV | 168.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 151 | 226 | 0.19 | 0.33 | 0 | 0.11 | 264.8 | 0.56 | 0.74 |
| Hex | B6 | 97 | E2 | 13 | 21 | 0 | B | 109 | 38 | 4A |
| Octal | 266 | 227 | 342 | 23 | 41 | 0 | 13 | 411 | 70 | 112 |
| Binary | 10110110 | 10010111 | 11100010 | 10011 | 100001 | 0 | 1011 | 100001001 | 111000 | 1001010 |
Color Harmonies of #B697E2
Complementary color
Monochromatic Colors of #B697E2
Black with #B697E2
Text Example
Text Example
White with #B697E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B697E2; }
p { color: rgb(182,151,226); }
H1.HeaderClassName
{
color: #B697E2;
}
.AnyTagClassName
{
color: #B697E2;
}
</style>
background-color css
<style>
a { background-color: #B697E2; }
a { background-color: rgb(182,151,226); }
div.DivClassName
{
background-color: #B697E2;
}
.BgClassName
{
background-color: #B697E2;
}
</style>
border-color css
<style>
span { border-color: #B697E2; }
span { border-color: rgb(182,151,226); }
td.TdClassName
{
border-color: #B697E2;
}
.TagClassName
{
border-color: #B697E2;
}
</style>