Html Css Color HEX #BA9AEB Perfume

📋 copy color: '#BA9AEB'

red 186 ◦ green 154 ◦ blue 235

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

Shades of Perfume #BA9AEB

Tints of Perfume #BA9AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.78%

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 32.35%
G = 26.78%
B = 40.87%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA9AEB (or 0xBA9AEB) is known color: Perfume. HEX triplet: BA, 9A and EB. RGB value is (186,154,235). Sum of RGB (Red+Green+Blue) = 186+154+235=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA9AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AEB is #456514. Grayscale: #ACACAC. Windows color (decimal): -4547861 or 15440570. OLE color: 15440570.

HSL color Cylindrical-coordinate representation of color #BA9AEB: hue angle of 263.7º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9AEB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 154 235 -
CMYK 0.21 0.34 0 0.08
HSL 263.7º 0.67% 0.76% -
HSV(B) 263.7º 0.34% 0.92% -
XYZ 46.8 39.55 83.76 -
YUV 172.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 186 154 235 0.21 0.34 0 0.08 263.7 0.67 0.76
Hex BA 9A EB 15 22 0 8 108 43 4C
Octal 272 232 353 25 42 0 10 410 103 114
Binary 10111010 10011010 11101011 10101 100010 0 1000 100001000 1000011 1001100

Color Harmonies of #BA9AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9AEB

Black with #BA9AEB

Text Example


Text Example

White with #BA9AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9AEB; }

 p { color: rgb(186,154,235); }

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

background-color css

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

 a { background-color: rgb(186,154,235); }

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

border-color css

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

 span { border-color: rgb(186,154,235); }

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