Html Css Color HEX #BA9FDA Perfume

📋 copy color: '#BA9FDA'

red 186 ◦ green 159 ◦ blue 218

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

Shades of Perfume #BA9FDA

Tints of Perfume #BA9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.24%

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

R = 33.04%
G = 28.24%
B = 38.72%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA9FDA (or 0xBA9FDA) is known color: Perfume. HEX triplet: BA, 9F and DA. RGB value is (186,159,218). Sum of RGB (Red+Green+Blue) = 186+159+218=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDA is #456025. Grayscale: #ADADAD. Windows color (decimal): -4546598 or 14327738. OLE color: 14327738.

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

Color convert

RGB 186 159 218 -
CMYK 0.15 0.27 0 0.15
HSL 267.46º 0.44% 0.74% -
HSV(B) 267.46º 0.27% 0.85% -
XYZ 45.3 40.3 71.72 -
YUV 173.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 186 159 218 0.15 0.27 0 0.15 267.46 0.44 0.74
Hex BA 9F DA F 1B 0 F 10B 2C 4A
Octal 272 237 332 17 33 0 17 413 54 112
Binary 10111010 10011111 11011010 1111 11011 0 1111 100001011 101100 1001010

Color Harmonies of #BA9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FDA

Black with #BA9FDA

Text Example


Text Example

White with #BA9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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