Html Css Color HEX #BA9FDE Perfume

📋 copy color: '#BA9FDE'

red 186 ◦ green 159 ◦ blue 222

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

Shades of Perfume #BA9FDE

Tints of Perfume #BA9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 32.8%
G = 28.04%
B = 39.15%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA9FDE (or 0xBA9FDE) is known color: Perfume. HEX triplet: BA, 9F and DE. RGB value is (186,159,222). Sum of RGB (Red+Green+Blue) = 186+159+222=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FDE is #456021. Grayscale: #AEAEAE. Windows color (decimal): -4546594 or 14589882. OLE color: 14589882.

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

Color convert

RGB 186 159 222 -
CMYK 0.16 0.28 0 0.13
HSL 265.71º 0.49% 0.75% -
HSV(B) 265.71º 0.28% 0.87% -
XYZ 45.83 40.51 74.51 -
YUV 174.26 154.95 136.38 -
System Red Green Blue C M Y K H S L
Decimal 186 159 222 0.16 0.28 0 0.13 265.71 0.49 0.75
Hex BA 9F DE 10 1C 0 D 10A 31 4B
Octal 272 237 336 20 34 0 15 412 61 113
Binary 10111010 10011111 11011110 10000 11100 0 1101 100001010 110001 1001011

Color Harmonies of #BA9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FDE

Black with #BA9FDE

Text Example


Text Example

White with #BA9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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