#B888FE

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

Shades of Biloba Flower #B888FE

Tints of Biloba Flower #B888FE

Color information

#B888FE (or 0xB888FE) is unknown color: approx Biloba Flower. HEX triplet: B8, 88 and FE. RGB value is (184,136,254). Sum of RGB (Red+Green+Blue) = 184+136+254=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B888FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B888FE is #477701. Grayscale: #A3A3A3. Windows color (decimal): -4683522 or 16681144. OLE color: 16681144.

HSL color Cylindrical-coordinate representation of color #B888FE: hue angle of 264.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B888FE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184136254-
CMYK0.280.4600.00
HSL264.41º98.33%76.47%-
HSV(B)264.41º46.46%99.61%-
XYZ46.4634.9598.06-
YUV163.8178.9142.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 136 (53.52% from 255) = 23.69%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=32.06%
G=23.69%
B=44.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841362540.280.4600.00264.4198.3376.47
HexB888FE1C2E00108624c
Octal270210376345600410142114
Binary101110001000100011111110111001011100010000100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888FE; }

 p { color: rgb(184,136,254); }

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

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

 a { background-color: rgb(184,136,254); }

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

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

 span { border-color: rgb(184,136,254); }

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