#B08ADE

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

Shades of Biloba Flower #B08ADE

Tints of Biloba Flower #B08ADE

Color information

#B08ADE (or 0xB08ADE) is unknown color: approx Biloba Flower. HEX triplet: B0, 8A and DE. RGB value is (176,138,222). Sum of RGB (Red+Green+Blue) = 176+138+222=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #B08ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ADE is #4F7521. Grayscale: #9E9E9E. Windows color (decimal): -5207330 or 14584496. OLE color: 14584496.

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

Color convert

RGB176138222-
CMYK0.210.3800.13
HSL267.14º56%70.59%-
HSV(B)267.14º37.84%87.06%-
XYZ40.1832.6873.3-
YUV158.94163.59140.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 222 (87.11% from 255) = 41.42%
R=32.84%
G=25.75%
B=41.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761382220.210.3800.13267.145670.59
HexB08ADE15260D10b3847
Octal260212336254601541370107
Binary10110000100010101101111010101100110011011000010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08ADE; }

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

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

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

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

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

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

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

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