Html Css Color HEX #BAA4EA Perfume

📋 copy color: '#BAA4EA'

red 186 ◦ green 164 ◦ blue 234

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

Shades of Perfume #BAA4EA

Tints of Perfume #BAA4EA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.08%

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 31.85%
G = 28.08%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAA4EA (or 0xBAA4EA) is known color: Perfume. HEX triplet: BA, A4 and EA. RGB value is (186,164,234). Sum of RGB (Red+Green+Blue) = 186+164+234=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4EA is #455B15. Grayscale: #B2B2B2. Windows color (decimal): -4545302 or 15377594. OLE color: 15377594.

HSL color Cylindrical-coordinate representation of color #BAA4EA: hue angle of 258.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA4EA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 164 234 -
CMYK 0.21 0.30 0 0.08
HSL 258.86º 0.63% 0.78% -
HSV(B) 258.86º 0.3% 0.92% -
XYZ 48.38 42.93 83.58 -
YUV 178.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 186 164 234 0.21 0.30 0 0.08 258.86 0.63 0.78
Hex BA A4 EA 15 1E 0 8 103 3E 4E
Octal 272 244 352 25 36 0 10 403 76 116
Binary 10111010 10100100 11101010 10101 11110 0 1000 100000011 111110 1001110

Color Harmonies of #BAA4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4EA

Black with #BAA4EA

Text Example


Text Example

White with #BAA4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4EA; }

 p { color: rgb(186,164,234); }

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

background-color css

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

 a { background-color: rgb(186,164,234); }

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

border-color css

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

 span { border-color: rgb(186,164,234); }

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