#B889EE

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

Shades of Biloba Flower #B889EE

Tints of Biloba Flower #B889EE

Color information

#B889EE (or 0xB889EE) is unknown color: approx Biloba Flower. HEX triplet: B8, 89 and EE. RGB value is (184,137,238). Sum of RGB (Red+Green+Blue) = 184+137+238=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #B889EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B889EE is #477611. Grayscale: #A2A2A2. Windows color (decimal): -4683282 or 15632824. OLE color: 15632824.

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

Color convert

RGB184137238-
CMYK0.230.4200.07
HSL267.92º74.81%73.53%-
HSV(B)267.92º42.44%93.33%-
XYZ44.1534.2585.17-
YUV162.57170.57143.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=32.92%
G=24.51%
B=42.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841372380.230.4200.07267.9274.8173.53
HexB889EE172A0710c4b4a
Octal270211356275207414113112
Binary10111000100010011110111010111101010011110000110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889EE; }

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

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

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

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

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

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

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

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