#B892E5

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

Shades of Biloba Flower #B892E5

Tints of Biloba Flower #B892E5

Color information

#B892E5 (or 0xB892E5) is unknown color: approx Biloba Flower. HEX triplet: B8, 92 and E5. RGB value is (184,146,229). Sum of RGB (Red+Green+Blue) = 184+146+229=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #B892E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892E5 is #476D1A. Grayscale: #A6A6A6. Windows color (decimal): -4680987 or 15045304. OLE color: 15045304.

HSL color Cylindrical-coordinate representation of color #B892E5: hue angle of 267.47º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B892E5 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB184146229-
CMYK0.200.3600.10
HSL267.47º61.48%73.53%-
HSV(B)267.47º36.24%89.8%-
XYZ44.1936.4178.83-
YUV166.82163.09140.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=32.92%
G=26.12%
B=40.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1841462290.200.3600.10267.4761.4873.53
HexB892E514240A10b3d4a
Octal270222345244401241375112
Binary10111000100100101110010110100100100010101000010111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892E5; }

 p { color: rgb(184,146,229); }

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

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

 a { background-color: rgb(184,146,229); }

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

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

 span { border-color: rgb(184,146,229); }

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