Html Css Color HEX #BA9EDF Perfume

📋 copy color: '#BA9EDF'

red 186 ◦ green 158 ◦ blue 223

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

Shades of Perfume #BA9EDF

Tints of Perfume #BA9EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 32.8%
G = 27.87%
B = 39.33%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA9EDF (or 0xBA9EDF) is known color: Perfume. HEX triplet: BA, 9E and DF. RGB value is (186,158,223). Sum of RGB (Red+Green+Blue) = 186+158+223=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 158 (62.11% from 255 or 27.87% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA9EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EDF is #456120. Grayscale: #ADADAD. Windows color (decimal): -4546849 or 14655162. OLE color: 14655162.

HSL color Cylindrical-coordinate representation of color #BA9EDF: hue angle of 265.85º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA9EDF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 158 223 -
CMYK 0.17 0.29 0 0.13
HSL 265.85º 0.5% 0.75% -
HSV(B) 265.85º 0.29% 0.87% -
XYZ 45.8 40.22 75.16 -
YUV 173.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 186 158 223 0.17 0.29 0 0.13 265.85 0.5 0.75
Hex BA 9E DF 11 1D 0 D 10A 32 4B
Octal 272 236 337 21 35 0 15 412 62 113
Binary 10111010 10011110 11011111 10001 11101 0 1101 100001010 110010 1001011

Color Harmonies of #BA9EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EDF

Black with #BA9EDF

Text Example


Text Example

White with #BA9EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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