#B88EDF

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

Shades of Biloba Flower #B88EDF

Tints of Biloba Flower #B88EDF

Color information

#B88EDF (or 0xB88EDF) is unknown color: approx Biloba Flower. HEX triplet: B8, 8E and DF. RGB value is (184,142,223). Sum of RGB (Red+Green+Blue) = 184+142+223=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 142 (55.86% from 255 or 25.87% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88EDF is #477120. Grayscale: #A3A3A3. Windows color (decimal): -4682017 or 14651064. OLE color: 14651064.

HSL color Cylindrical-coordinate representation of color #B88EDF: hue angle of 271.11º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88EDF is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184142223-
CMYK0.170.3600.13
HSL271.11º55.86%71.57%-
HSV(B)271.11º36.32%87.45%-
XYZ42.7634.8674.29-
YUV163.79161.41142.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 142 (55.86% from 255) = 25.87%
BLUE value IS 223 (87.5% from 255) = 40.62%
R=33.52%
G=25.87%
B=40.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841422230.170.3600.13271.1155.8671.57
HexB88EDF11240D10f3848
Octal270216337214401541770110
Binary10111000100011101101111110001100100011011000011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88EDF; }

 p { color: rgb(184,142,223); }

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

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

 a { background-color: rgb(184,142,223); }

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

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

 span { border-color: rgb(184,142,223); }

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