#BA92DC

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

Shades of Biloba Flower #BA92DC

Tints of Biloba Flower #BA92DC

Color information

#BA92DC (or 0xBA92DC) is unknown color: approx Biloba Flower. HEX triplet: BA, 92 and DC. RGB value is (186,146,220). Sum of RGB (Red+Green+Blue) = 186+146+220=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92DC is #456D23. Grayscale: #A6A6A6. Windows color (decimal): -4549924 or 14455482. OLE color: 14455482.

HSL color Cylindrical-coordinate representation of color #BA92DC: hue angle of 272.43º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA92DC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186146220-
CMYK0.150.3400.14
HSL272.43º51.39%71.76%-
HSV(B)272.43º33.64%86.27%-
XYZ43.4536.1672.4-
YUV166.4158.25141.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 146 (57.42% from 255) = 26.45%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=33.70%
G=26.45%
B=39.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861462200.150.3400.14272.4351.3971.76
HexBA92DCF220E1103348
Octal272222334174201642063110
Binary1011101010010010110111001111100010011101000100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92DC; }

 p { color: rgb(186,146,220); }

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

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

 a { background-color: rgb(186,146,220); }

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

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

 span { border-color: rgb(186,146,220); }

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