#B998E1

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

Shades of Biloba Flower #B998E1

Tints of Biloba Flower #B998E1

Color information

#B998E1 (or 0xB998E1) is unknown color: approx Biloba Flower. HEX triplet: B9, 98 and E1. RGB value is (185,152,225). Sum of RGB (Red+Green+Blue) = 185+152+225=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #B998E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998E1 is #46671E. Grayscale: #A9A9A9. Windows color (decimal): -4613919 or 14784697. OLE color: 14784697.

HSL color Cylindrical-coordinate representation of color #B998E1: hue angle of 267.12º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B998E1 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185152225-
CMYK0.180.3200.12
HSL267.12º54.89%73.92%-
HSV(B)267.12º32.44%88.24%-
XYZ44.8338.2176.25-
YUV170.19158.93138.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=32.92%
G=27.05%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851522250.180.3200.12267.1254.8973.92
HexB998E112200C10b374a
Octal271230341224001441367112
Binary10111001100110001110000110010100000011001000010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998E1; }

 p { color: rgb(185,152,225); }

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

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

 a { background-color: rgb(185,152,225); }

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

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

 span { border-color: rgb(185,152,225); }

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