Shades of Biloba Flower #B495EE
Tints of Biloba Flower #B495EE
RGB
CMYK
RGB Variations
Color information
#B495EE (or 0xB495EE) is known color: Biloba Flower. HEX triplet: B4, 95 and EE. RGB value is (180,149,238). Sum of RGB (Red+Green+Blue) = 180+149+238=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #B495EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495EE is #4B6A11. Grayscale: #A8A8A8. Windows color (decimal): -4942354 or 15635892. OLE color: 15635892.
HSL color Cylindrical-coordinate representation of color #B495EE: hue angle of 260.9º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B495EE is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 149 | 238 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.07 |
| HSL | 260.9º | 0.72% | 0.76% | - |
| HSV(B) | 260.9º | 0.37% | 0.93% | - |
| XYZ | 45 | 37.37 | 85.73 | - |
| YUV | 168.42 | 167.27 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 238 | 0.24 | 0.37 | 0 | 0.07 | 260.9 | 0.72 | 0.76 |
| Hex | B4 | 95 | EE | 18 | 25 | 0 | 7 | 105 | 48 | 4C |
| Octal | 264 | 225 | 356 | 30 | 45 | 0 | 7 | 405 | 110 | 114 |
| Binary | 10110100 | 10010101 | 11101110 | 11000 | 100101 | 0 | 111 | 100000101 | 1001000 | 1001100 |
Color Harmonies of #B495EE
Complementary color
Monochromatic Colors of #B495EE
Black with #B495EE
Text Example
Text Example
White with #B495EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B495EE; }
p { color: rgb(180,149,238); }
H1.HeaderClassName
{
color: #B495EE;
}
.AnyTagClassName
{
color: #B495EE;
}
</style>
background-color css
<style>
a { background-color: #B495EE; }
a { background-color: rgb(180,149,238); }
div.DivClassName
{
background-color: #B495EE;
}
.BgClassName
{
background-color: #B495EE;
}
</style>
border-color css
<style>
span { border-color: #B495EE; }
span { border-color: rgb(180,149,238); }
td.TdClassName
{
border-color: #B495EE;
}
.TagClassName
{
border-color: #B495EE;
}
</style>