#B88DDE

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

Shades of Biloba Flower #B88DDE

Tints of Biloba Flower #B88DDE

Color information

#B88DDE (or 0xB88DDE) is unknown color: approx Biloba Flower. HEX triplet: B8, 8D and DE. RGB value is (184,141,222). Sum of RGB (Red+Green+Blue) = 184+141+222=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B88DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DDE is #477221. Grayscale: #A2A2A2. Windows color (decimal): -4682274 or 14585272. OLE color: 14585272.

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

Color convert

RGB184141222-
CMYK0.170.3600.13
HSL271.85º55.1%71.18%-
HSV(B)271.85º36.49%87.06%-
XYZ42.4834.5173.53-
YUV163.09161.25142.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=33.64%
G=25.78%
B=40.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841412220.170.3600.13271.8555.171.18
HexB88DDE11240D1103747
Octal270215336214401542067107
Binary10111000100011011101111010001100100011011000100001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DDE; }

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

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

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

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

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

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

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

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