Html Css Color HEX #BA9EE0 Perfume

📋 copy color: '#BA9EE0'

red 186 ◦ green 158 ◦ blue 224

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

Shades of Perfume #BA9EE0

Tints of Perfume #BA9EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.44%

R = 32.75%
G = 27.82%
B = 39.44%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA9EE0 (or 0xBA9EE0) is known color: Perfume. HEX triplet: BA, 9E and E0. RGB value is (186,158,224). Sum of RGB (Red+Green+Blue) = 186+158+224=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EE0 is #45611F. Grayscale: #ADADAD. Windows color (decimal): -4546848 or 14720698. OLE color: 14720698.

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

Color convert

RGB 186 158 224 -
CMYK 0.17 0.29 0 0.12
HSL 265.45º 0.52% 0.75% -
HSV(B) 265.45º 0.29% 0.88% -
XYZ 45.93 40.27 75.87 -
YUV 173.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 186 158 224 0.17 0.29 0 0.12 265.45 0.52 0.75
Hex BA 9E E0 11 1D 0 C 109 34 4B
Octal 272 236 340 21 35 0 14 411 64 113
Binary 10111010 10011110 11100000 10001 11101 0 1100 100001001 110100 1001011

Color Harmonies of #BA9EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EE0

Black with #BA9EE0

Text Example


Text Example

White with #BA9EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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