#B090ED

Color #B090ED Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B090ED

Tints of Biloba Flower #B090ED

Color information

#B090ED (or 0xB090ED) is unknown color: approx Biloba Flower. HEX triplet: B0, 90 and ED. RGB value is (176,144,237). Sum of RGB (Red+Green+Blue) = 176+144+237=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #B090ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B090ED is #4F6F12. Grayscale: #A3A3A3. Windows color (decimal): -5205779 or 15569072. OLE color: 15569072.

HSL color Cylindrical-coordinate representation of color #B090ED: hue angle of 260.65º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B090ED is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176144237-
CMYK0.260.3900.07
HSL260.65º72.09%74.71%-
HSV(B)260.65º39.24%92.94%-
XYZ43.1635.2984.66-
YUV164.17169.1136.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=31.60%
G=25.85%
B=42.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761442370.260.3900.07260.6572.0974.71
HexB090ED1A2707105484b
Octal260220355324707405110113
Binary10110000100100001110110111010100111011110000010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B090ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B090ED; }

 p { color: rgb(176,144,237); }

 H1.HeaderClassName
 {
   color: #B090ED;
 }
 .AnyTagClassName
 {
   color: #B090ED;
 }
</style>
background-color css

<style>
 a { background-color: #B090ED; }

 a { background-color: rgb(176,144,237); }

 div.DivClassName
 {
   background-color: #B090ED;
 }
 .BgClassName
 {
   background-color: #B090ED;
 }
</style>
border-color css

<style>
 span { border-color: #B090ED; }

 span { border-color: rgb(176,144,237); }

 td.TdClassName
 {
   border-color: #B090ED;
 }
 .TagClassName
 {
   border-color: #B090ED;
 }
</style>