#B08EDF

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

Shades of Biloba Flower #B08EDF

Tints of Biloba Flower #B08EDF

Color information

#B08EDF (or 0xB08EDF) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and DF. RGB value is (176,142,223). Sum of RGB (Red+Green+Blue) = 176+142+223=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #B08EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EDF is #4F7120. Grayscale: #A1A1A1. Windows color (decimal): -5206305 or 14651056. OLE color: 14651056.

HSL color Cylindrical-coordinate representation of color #B08EDF: hue angle of 265.19º 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 #B08EDF is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176142223-
CMYK0.210.3600.13
HSL265.19º55.86%71.57%-
HSV(B)265.19º36.32%87.45%-
XYZ40.933.974.2-
YUV161.4162.76138.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=32.53%
G=26.25%
B=41.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761422230.210.3600.13265.1955.8671.57
HexB08EDF15240D1093848
Octal260216337254401541170110
Binary10110000100011101101111110101100100011011000010011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EDF; }

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

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

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

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

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

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

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

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