#B88ADB

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

Shades of Biloba Flower #B88ADB

Tints of Biloba Flower #B88ADB

Color information

#B88ADB (or 0xB88ADB) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and DB. RGB value is (184,138,219). Sum of RGB (Red+Green+Blue) = 184+138+219=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ADB is #477524. Grayscale: #A0A0A0. Windows color (decimal): -4683045 or 14387896. OLE color: 14387896.

HSL color Cylindrical-coordinate representation of color #B88ADB: hue angle of 274.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88ADB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184138219-
CMYK0.160.3700.14
HSL274.07º52.94%70%-
HSV(B)274.07º36.99%85.88%-
XYZ41.6433.4871.29-
YUV160.99160.74144.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=34.01%
G=25.51%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841382190.160.3700.14274.0752.9470
HexB88ADB10250E1123546
Octal270212333204501642265106
Binary10111000100010101101101110000100101011101000100101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ADB; }

 p { color: rgb(184,138,219); }

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

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

 a { background-color: rgb(184,138,219); }

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

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

 span { border-color: rgb(184,138,219); }

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