Shades of Biloba Flower #B692DE
Tints of Biloba Flower #B692DE
RGB
CMYK
RGB Variations
Color information
#B692DE (or 0xB692DE) is known color: Biloba Flower. HEX triplet: B6, 92 and DE. RGB value is (182,146,222). Sum of RGB (Red+Green+Blue) = 182+146+222=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #B692DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B692DE is #496D21. Grayscale: #A5A5A5. Windows color (decimal): -4812066 or 14586550. OLE color: 14586550.
HSL color Cylindrical-coordinate representation of color #B692DE: hue angle of 268.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B692DE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 146 | 222 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.13 |
| HSL | 268.42º | 0.54% | 0.72% | - |
| HSV(B) | 268.42º | 0.34% | 0.87% | - |
| XYZ | 42.76 | 35.78 | 73.76 | - |
| YUV | 165.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 146 | 222 | 0.18 | 0.34 | 0 | 0.13 | 268.42 | 0.54 | 0.72 |
| Hex | B6 | 92 | DE | 12 | 22 | 0 | D | 10C | 36 | 48 |
| Octal | 266 | 222 | 336 | 22 | 42 | 0 | 15 | 414 | 66 | 110 |
| Binary | 10110110 | 10010010 | 11011110 | 10010 | 100010 | 0 | 1101 | 100001100 | 110110 | 1001000 |
Color Harmonies of #B692DE
Complementary color
Monochromatic Colors of #B692DE
Black with #B692DE
Text Example
Text Example
White with #B692DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B692DE; }
p { color: rgb(182,146,222); }
H1.HeaderClassName
{
color: #B692DE;
}
.AnyTagClassName
{
color: #B692DE;
}
</style>
background-color css
<style>
a { background-color: #B692DE; }
a { background-color: rgb(182,146,222); }
div.DivClassName
{
background-color: #B692DE;
}
.BgClassName
{
background-color: #B692DE;
}
</style>
border-color css
<style>
span { border-color: #B692DE; }
span { border-color: rgb(182,146,222); }
td.TdClassName
{
border-color: #B692DE;
}
.TagClassName
{
border-color: #B692DE;
}
</style>