#B88DDF

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

Shades of Biloba Flower #B88DDF

Tints of Biloba Flower #B88DDF

Color information

#B88DDF (or 0xB88DDF) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and DF. RGB value is (184,141,223). Sum of RGB (Red+Green+Blue) = 184+141+223=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DDF is #477220. Grayscale: #A2A2A2. Windows color (decimal): -4682273 or 14650808. OLE color: 14650808.

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

Color convert

RGB184141223-
CMYK0.170.3700.13
HSL271.46º56.16%71.37%-
HSV(B)271.46º36.77%87.45%-
XYZ42.6134.5774.24-
YUV163.2161.75142.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=33.58%
G=25.73%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841412230.170.3700.13271.4656.1671.37
HexB88DDF11250D10f3847
Octal270215337214501541770107
Binary10111000100011011101111110001100101011011000011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DDF; }

 p { color: rgb(184,141,223); }

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

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

 a { background-color: rgb(184,141,223); }

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

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

 span { border-color: rgb(184,141,223); }

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