#B989EA

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

Shades of Biloba Flower #B989EA

Tints of Biloba Flower #B989EA

Color information

#B989EA (or 0xB989EA) is unknown color: approx Biloba Flower. HEX triplet: B9, 89 and EA. RGB value is (185,137,234). Sum of RGB (Red+Green+Blue) = 185+137+234=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #B989EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B989EA is #467615. Grayscale: #A2A2A2. Windows color (decimal): -4617750 or 15370681. OLE color: 15370681.

HSL color Cylindrical-coordinate representation of color #B989EA: hue angle of 269.69º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B989EA is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185137234-
CMYK0.210.4100.08
HSL269.69º69.78%72.75%-
HSV(B)269.69º41.45%91.76%-
XYZ43.834.1582.12-
YUV162.41168.4144.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 234 (91.80% from 255) = 42.09%
R=33.27%
G=24.64%
B=42.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851372340.210.4100.08269.6969.7872.75
HexB989EA15290810e4649
Octal2712113522551010416106111
Binary101110011000100111101010101011010010100010000111010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989EA; }

 p { color: rgb(185,137,234); }

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

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

 a { background-color: rgb(185,137,234); }

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

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

 span { border-color: rgb(185,137,234); }

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