Html Css Color HEX #BA9FDF Perfume

📋 copy color: '#BA9FDF'

red 186 ◦ green 159 ◦ blue 223

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

Shades of Perfume #BA9FDF

Tints of Perfume #BA9FDF

RGB

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

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

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

R = 32.75%
G = 27.99%
B = 39.26%

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

#BA9FDF (or 0xBA9FDF) is known color: Perfume. HEX triplet: BA, 9F and DF. RGB value is (186,159,223). Sum of RGB (Red+Green+Blue) = 186+159+223=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDF is #456020. Grayscale: #AEAEAE. Windows color (decimal): -4546593 or 14655418. OLE color: 14655418.

HSL color Cylindrical-coordinate representation of color #BA9FDF: hue angle of 265.31º 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 #BA9FDF is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 159 223 -
CMYK 0.17 0.29 0 0.13
HSL 265.31º 0.5% 0.75% -
HSV(B) 265.31º 0.29% 0.87% -
XYZ 45.97 40.56 75.22 -
YUV 174.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 186 159 223 0.17 0.29 0 0.13 265.31 0.5 0.75
Hex BA 9F DF 11 1D 0 D 109 32 4B
Octal 272 237 337 21 35 0 15 411 62 113
Binary 10111010 10011111 11011111 10001 11101 0 1101 100001001 110010 1001011

Color Harmonies of #BA9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FDF

Black with #BA9FDF

Text Example


Text Example

White with #BA9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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