#B989EE

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

Shades of Biloba Flower #B989EE

Tints of Biloba Flower #B989EE

Color information

#B989EE (or 0xB989EE) is unknown color: approx Biloba Flower. HEX triplet: B9, 89 and EE. RGB value is (185,137,238). Sum of RGB (Red+Green+Blue) = 185+137+238=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #B989EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B989EE is #467611. Grayscale: #A2A2A2. Windows color (decimal): -4617746 or 15632825. OLE color: 15632825.

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

Color convert

RGB185137238-
CMYK0.220.4200.07
HSL268.51º74.81%73.53%-
HSV(B)268.51º42.44%93.33%-
XYZ44.3934.3885.19-
YUV162.87170.4143.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 238 (93.36% from 255) = 42.5%
R=33.04%
G=24.46%
B=42.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851372380.220.4200.07268.5174.8173.53
HexB989EE162A0710d4b4a
Octal271211356265207415113112
Binary10111001100010011110111010110101010011110000110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B989EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B989EE; }

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

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

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

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

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

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

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

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