#B890ED

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

Shades of Biloba Flower #B890ED

Tints of Biloba Flower #B890ED

Color information

#B890ED (or 0xB890ED) is unknown color: approx Biloba Flower. HEX triplet: B8, 90 and ED. RGB value is (184,144,237). Sum of RGB (Red+Green+Blue) = 184+144+237=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B890ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890ED is #476F12. Grayscale: #A6A6A6. Windows color (decimal): -4681491 or 15569080. OLE color: 15569080.

HSL color Cylindrical-coordinate representation of color #B890ED: hue angle of 265.81º 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 #B890ED is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184144237-
CMYK0.220.3900.07
HSL265.81º72.09%74.71%-
HSV(B)265.81º39.24%92.94%-
XYZ45.0336.2584.74-
YUV166.56167.75140.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=32.57%
G=25.49%
B=41.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841442370.220.3900.07265.8172.0974.71
HexB890ED16270710a484b
Octal270220355264707412110113
Binary10111000100100001110110110110100111011110000101010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B890ED; }

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

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

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

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

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

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

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

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