#BA92DB

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

Shades of Biloba Flower #BA92DB

Tints of Biloba Flower #BA92DB

Color information

#BA92DB (or 0xBA92DB) is unknown color: approx Biloba Flower. HEX triplet: BA, 92 and DB. RGB value is (186,146,219). Sum of RGB (Red+Green+Blue) = 186+146+219=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92DB is #456D24. Grayscale: #A6A6A6. Windows color (decimal): -4549925 or 14389946. OLE color: 14389946.

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

Color convert

RGB186146219-
CMYK0.150.3300.14
HSL272.88º50.34%71.57%-
HSV(B)272.88º33.33%85.88%-
XYZ43.3136.1171.71-
YUV166.28157.75142.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 146 (57.42% from 255) = 26.50%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=33.76%
G=26.50%
B=39.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861462190.150.3300.14272.8850.3471.57
HexBA92DBF210E1113248
Octal272222333174101642162110
Binary1011101010010010110110111111100001011101000100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA92DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA92DB; }

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

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

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

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

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

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

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

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