#B892E4

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

Shades of Biloba Flower #B892E4

Tints of Biloba Flower #B892E4

Color information

#B892E4 (or 0xB892E4) is unknown color: approx Biloba Flower. HEX triplet: B8, 92 and E4. RGB value is (184,146,228). Sum of RGB (Red+Green+Blue) = 184+146+228=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #B892E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892E4 is #476D1B. Grayscale: #A6A6A6. Windows color (decimal): -4680988 or 14979768. OLE color: 14979768.

HSL color Cylindrical-coordinate representation of color #B892E4: hue angle of 267.8º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B892E4 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184146228-
CMYK0.190.3600.11
HSL267.8º60.29%73.33%-
HSV(B)267.8º35.96%89.41%-
XYZ44.0536.3578.09-
YUV166.71162.59140.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 146 (57.42% from 255) = 26.16%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=32.97%
G=26.16%
B=40.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841462280.190.3600.11267.860.2973.33
HexB892E413240B10c3c49
Octal270222344234401341474111
Binary10111000100100101110010010011100100010111000011001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B892E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B892E4; }

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

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

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

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

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

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

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

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