#B893DA

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

Shades of Biloba Flower #B893DA

Tints of Biloba Flower #B893DA

Color information

#B893DA (or 0xB893DA) is unknown color: approx Biloba Flower. HEX triplet: B8, 93 and DA. RGB value is (184,147,218). Sum of RGB (Red+Green+Blue) = 184+147+218=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #B893DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893DA is #476C25. Grayscale: #A5A5A5. Windows color (decimal): -4680742 or 14324664. OLE color: 14324664.

HSL color Cylindrical-coordinate representation of color #B893DA: hue angle of 271.27º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B893DA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184147218-
CMYK0.160.3300.15
HSL271.27º48.97%71.57%-
HSV(B)271.27º32.57%85.49%-
XYZ42.8636.1271.04-
YUV166.16157.26140.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=33.52%
G=26.78%
B=39.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841472180.160.3300.15271.2748.9771.57
HexB893DA10210F10f3148
Octal270223332204101741761110
Binary10111000100100111101101010000100001011111000011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B893DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B893DA; }

 p { color: rgb(184,147,218); }

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

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

 a { background-color: rgb(184,147,218); }

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

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

 span { border-color: rgb(184,147,218); }

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