#B88FDE

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

Shades of Biloba Flower #B88FDE

Tints of Biloba Flower #B88FDE

Color information

#B88FDE (or 0xB88FDE) is unknown color: approx Biloba Flower. HEX triplet: B8, 8F and DE. RGB value is (184,143,222). Sum of RGB (Red+Green+Blue) = 184+143+222=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #B88FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FDE is #477021. Grayscale: #A3A3A3. Windows color (decimal): -4681762 or 14585784. OLE color: 14585784.

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

Color convert

RGB184143222-
CMYK0.170.3600.13
HSL271.14º54.48%71.57%-
HSV(B)271.14º35.59%87.06%-
XYZ42.7735.1173.63-
YUV164.26160.58142.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=33.52%
G=26.05%
B=40.44%

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
Decimal1841432220.170.3600.13271.1454.4871.57
HexB88FDE11240D10f3648
Octal270217336214401541766110
Binary10111000100011111101111010001100100011011000011111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FDE; }

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

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

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

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

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

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

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

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