#B08ED5

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

Shades of Biloba Flower #B08ED5

Tints of Biloba Flower #B08ED5

Color information

#B08ED5 (or 0xB08ED5) is unknown color: approx Biloba Flower. HEX triplet: B0, 8E and D5. RGB value is (176,142,213). Sum of RGB (Red+Green+Blue) = 176+142+213=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #B08ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ED5 is #4F712A. Grayscale: #A0A0A0. Windows color (decimal): -5206315 or 13995696. OLE color: 13995696.

HSL color Cylindrical-coordinate representation of color #B08ED5: hue angle of 268.73º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08ED5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB176142213-
CMYK0.170.3300.16
HSL268.73º45.81%69.61%-
HSV(B)268.73º33.33%83.53%-
XYZ39.5933.3867.31-
YUV160.26157.76139.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=33.15%
G=26.74%
B=40.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1761422130.170.3300.16268.7345.8169.61
HexB08ED5112101010d2e46
Octal260216325214102041556106
Binary101100001000111011010101100011000010100001000011011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ED5; }

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

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

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

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

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

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

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

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