#B88AFC

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

Shades of Biloba Flower #B88AFC

Tints of Biloba Flower #B88AFC

Color information

#B88AFC (or 0xB88AFC) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and FC. RGB value is (184,138,252). Sum of RGB (Red+Green+Blue) = 184+138+252=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #B88AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88AFC is #477503. Grayscale: #A4A4A4. Windows color (decimal): -4683012 or 16550584. OLE color: 16550584.

HSL color Cylindrical-coordinate representation of color #B88AFC: hue angle of 264.21º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B88AFC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184138252-
CMYK0.270.4500.01
HSL264.21º95%76.47%-
HSV(B)264.21º45.24%98.82%-
XYZ46.4335.496.48-
YUV164.75177.24141.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=32.06%
G=24.04%
B=43.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841382520.270.4500.01264.219576.47
HexB88AFC1B2D011085f4c
Octal270212374335501410137114
Binary101110001000101011111100110111011010110000100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AFC; }

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

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

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

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

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

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

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

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