#B08BED

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

Shades of Biloba Flower #B08BED

Tints of Biloba Flower #B08BED

Color information

#B08BED (or 0xB08BED) is unknown color: approx Biloba Flower. HEX triplet: B0, 8B and ED. RGB value is (176,139,237). Sum of RGB (Red+Green+Blue) = 176+139+237=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B08BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BED is #4F7412. Grayscale: #A0A0A0. Windows color (decimal): -5207059 or 15567792. OLE color: 15567792.

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

Color convert

RGB176139237-
CMYK0.260.4100.07
HSL262.65º73.13%73.73%-
HSV(B)262.65º41.35%92.94%-
XYZ42.4233.8184.41-
YUV161.23170.76138.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 139 (54.69% from 255) = 25.18%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=31.88%
G=25.18%
B=42.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761392370.260.4100.07262.6573.1373.73
HexB08BED1A2907107494a
Octal260213355325107407111112
Binary10110000100010111110110111010101001011110000011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BED; }

 p { color: rgb(176,139,237); }

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

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

 a { background-color: rgb(176,139,237); }

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

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

 span { border-color: rgb(176,139,237); }

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