Html Css Color HEX #BA9AEE Perfume

📋 copy color: '#BA9AEE'

red 186 ◦ green 154 ◦ blue 238

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

Shades of Perfume #BA9AEE

Tints of Perfume #BA9AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.18%

R = 32.18%
G = 26.64%
B = 41.18%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA9AEE (or 0xBA9AEE) is known color: Perfume. HEX triplet: BA, 9A and EE. RGB value is (186,154,238). Sum of RGB (Red+Green+Blue) = 186+154+238=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9AEE is #456511. Grayscale: #ACACAC. Windows color (decimal): -4547858 or 15637178. OLE color: 15637178.

HSL color Cylindrical-coordinate representation of color #BA9AEE: hue angle of 262.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9AEE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 154 238 -
CMYK 0.22 0.35 0 0.07
HSL 262.86º 0.71% 0.77% -
HSV(B) 262.86º 0.35% 0.93% -
XYZ 47.24 39.72 86.07 -
YUV 173.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 186 154 238 0.22 0.35 0 0.07 262.86 0.71 0.77
Hex BA 9A EE 16 23 0 7 107 47 4D
Octal 272 232 356 26 43 0 7 407 107 115
Binary 10111010 10011010 11101110 10110 100011 0 111 100000111 1000111 1001101

Color Harmonies of #BA9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9AEE

Black with #BA9AEE

Text Example


Text Example

White with #BA9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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