Html Css Color HEX #BA9BE5 Perfume

📋 copy color: '#BA9BE5'

red 186 ◦ green 155 ◦ blue 229

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

Shades of Perfume #BA9BE5

Tints of Perfume #BA9BE5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 32.63%
G = 27.19%
B = 40.18%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA9BE5 (or 0xBA9BE5) is known color: Perfume. HEX triplet: BA, 9B and E5. RGB value is (186,155,229). Sum of RGB (Red+Green+Blue) = 186+155+229=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA9BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BE5 is #45641A. Grayscale: #ACACAC. Windows color (decimal): -4547611 or 15047610. OLE color: 15047610.

HSL color Cylindrical-coordinate representation of color #BA9BE5: hue angle of 265.14º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA9BE5 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 155 229 -
CMYK 0.19 0.32 0 0.10
HSL 265.14º 0.59% 0.75% -
HSV(B) 265.14º 0.32% 0.9% -
XYZ 46.11 39.54 79.33 -
YUV 172.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 186 155 229 0.19 0.32 0 0.10 265.14 0.59 0.75
Hex BA 9B E5 13 20 0 A 109 3B 4B
Octal 272 233 345 23 40 0 12 411 73 113
Binary 10111010 10011011 11100101 10011 100000 0 1010 100001001 111011 1001011

Color Harmonies of #BA9BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BE5

Black with #BA9BE5

Text Example


Text Example

White with #BA9BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BE5; }

 p { color: rgb(186,155,229); }

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

background-color css

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

 a { background-color: rgb(186,155,229); }

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

border-color css

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

 span { border-color: rgb(186,155,229); }

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