#B898EA

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

Shades of Biloba Flower #B898EA

Tints of Biloba Flower #B898EA

Color information

#B898EA (or 0xB898EA) is unknown color: approx Biloba Flower. HEX triplet: B8, 98 and EA. RGB value is (184,152,234). Sum of RGB (Red+Green+Blue) = 184+152+234=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B898EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898EA is #476715. Grayscale: #AAAAAA. Windows color (decimal): -4679446 or 15374520. OLE color: 15374520.

HSL color Cylindrical-coordinate representation of color #B898EA: hue angle of 263.41º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B898EA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184152234-
CMYK0.210.3500.08
HSL263.41º66.13%75.69%-
HSV(B)263.41º35.04%91.76%-
XYZ45.8538.5982.87-
YUV170.92163.6137.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=32.28%
G=26.67%
B=41.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841522340.210.3500.08263.4166.1375.69
HexB898EA152308107424c
Octal2702303522543010407102114
Binary101110001001100011101010101011000110100010000011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898EA; }

 p { color: rgb(184,152,234); }

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

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

 a { background-color: rgb(184,152,234); }

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

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

 span { border-color: rgb(184,152,234); }

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