#B898E4

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

Shades of Biloba Flower #B898E4

Tints of Biloba Flower #B898E4

Color information

#B898E4 (or 0xB898E4) is unknown color: approx Biloba Flower. HEX triplet: B8, 98 and E4. RGB value is (184,152,228). Sum of RGB (Red+Green+Blue) = 184+152+228=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #B898E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898E4 is #47671B. Grayscale: #A9A9A9. Windows color (decimal): -4679452 or 14981304. OLE color: 14981304.

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

Color convert

RGB184152228-
CMYK0.190.3300.11
HSL265.26º58.46%74.51%-
HSV(B)265.26º33.33%89.41%-
XYZ4538.2578.41-
YUV170.23160.6137.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 152 (59.77% from 255) = 26.95%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=32.62%
G=26.95%
B=40.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841522280.190.3300.11265.2658.4674.51
HexB898E413210B1093a4b
Octal270230344234101341172113
Binary10111000100110001110010010011100001010111000010011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B898E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B898E4; }

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

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

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

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

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

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

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

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