Html Css Color HEX #BA9EDA Perfume

📋 copy color: '#BA9EDA'

red 186 ◦ green 158 ◦ blue 218

#BA9EDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BA9EDA

Tints of Perfume #BA9EDA

RGB

 RED value IS 186 (73.05% from 255) = 33.1%

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 218 (85.55% from 255) = 38.79%

R = 33.1%
G = 28.11%
B = 38.79%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9EDA (or 0xBA9EDA) is known color: Perfume. HEX triplet: BA, 9E and DA. RGB value is (186,158,218). Sum of RGB (Red+Green+Blue) = 186+158+218=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDA is #456125. Grayscale: #ACACAC. Windows color (decimal): -4546854 or 14327482. OLE color: 14327482.

HSL color Cylindrical-coordinate representation of color #BA9EDA: hue angle of 268º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA9EDA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 158 218 -
CMYK 0.15 0.28 0 0.15
HSL 268º 0.45% 0.74% -
HSV(B) 268º 0.28% 0.85% -
XYZ 45.13 39.95 71.66 -
YUV 173.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 186 158 218 0.15 0.28 0 0.15 268 0.45 0.74
Hex BA 9E DA F 1C 0 F 10C 2D 4A
Octal 272 236 332 17 34 0 17 414 55 112
Binary 10111010 10011110 11011010 1111 11100 0 1111 100001100 101101 1001010

Color Harmonies of #BA9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EDA

Black with #BA9EDA

Text Example


Text Example

White with #BA9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EDA; }

 p { color: rgb(186,158,218); }

 H1.HeaderClassName
 {
   color: #BA9EDA;
 }
 .AnyTagClassName
 {
   color: #BA9EDA;
 }
</style>

background-color css

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

 a { background-color: rgb(186,158,218); }

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

border-color css

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

 span { border-color: rgb(186,158,218); }

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