#B88ED6

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

Shades of Biloba Flower #B88ED6

Tints of Biloba Flower #B88ED6

Color information

#B88ED6 (or 0xB88ED6) is unknown color: approx Biloba Flower. HEX triplet: B8, 8E and D6. RGB value is (184,142,214). Sum of RGB (Red+Green+Blue) = 184+142+214=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #B88ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ED6 is #477129. Grayscale: #A2A2A2. Windows color (decimal): -4682026 or 14061240. OLE color: 14061240.

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

Color convert

RGB184142214-
CMYK0.140.3400.16
HSL275º46.75%69.8%-
HSV(B)275º33.64%83.92%-
XYZ41.5834.3968.07-
YUV162.77156.91143.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.07%
GREEN value IS 142 (55.86% from 255) = 26.30%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=34.07%
G=26.30%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841422140.140.3400.1627546.7569.8
HexB88ED6E220101132f46
Octal270216326164202042357106
Binary10111000100011101101011011101000100100001000100111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ED6; }

 p { color: rgb(184,142,214); }

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

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

 a { background-color: rgb(184,142,214); }

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

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

 span { border-color: rgb(184,142,214); }

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