#B08AED

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

Shades of Biloba Flower #B08AED

Tints of Biloba Flower #B08AED

Color information

#B08AED (or 0xB08AED) is unknown color: approx Biloba Flower. HEX triplet: B0, 8A and ED. RGB value is (176,138,237). Sum of RGB (Red+Green+Blue) = 176+138+237=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #B08AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08AED is #4F7512. Grayscale: #A0A0A0. Windows color (decimal): -5207315 or 15567536. OLE color: 15567536.

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

Color convert

RGB176138237-
CMYK0.260.4200.07
HSL263.03º73.33%73.53%-
HSV(B)263.03º41.77%92.94%-
XYZ42.2833.5284.36-
YUV160.65171.09138.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=31.94%
G=25.05%
B=43.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761382370.260.4200.07263.0373.3373.53
HexB08AED1A2A07107494a
Octal260212355325207407111112
Binary10110000100010101110110111010101010011110000011110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08AED; }

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

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

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

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

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

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

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

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