Html Css Color HEX #BAA4E8 Perfume

📋 copy color: '#BAA4E8'

red 186 ◦ green 164 ◦ blue 232

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

Shades of Perfume #BAA4E8

Tints of Perfume #BAA4E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.86%

R = 31.96%
G = 28.18%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAA4E8 (or 0xBAA4E8) is known color: Perfume. HEX triplet: BA, A4 and E8. RGB value is (186,164,232). Sum of RGB (Red+Green+Blue) = 186+164+232=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAA4E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4E8 is #455B17. Grayscale: #B2B2B2. Windows color (decimal): -4545304 or 15246522. OLE color: 15246522.

HSL color Cylindrical-coordinate representation of color #BAA4E8: hue angle of 259.41º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA4E8 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 164 232 -
CMYK 0.20 0.29 0 0.09
HSL 259.41º 0.6% 0.78% -
HSV(B) 259.41º 0.29% 0.91% -
XYZ 48.09 42.82 82.07 -
YUV 178.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 186 164 232 0.20 0.29 0 0.09 259.41 0.6 0.78
Hex BA A4 E8 14 1D 0 9 103 3C 4E
Octal 272 244 350 24 35 0 11 403 74 116
Binary 10111010 10100100 11101000 10100 11101 0 1001 100000011 111100 1001110

Color Harmonies of #BAA4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4E8

Black with #BAA4E8

Text Example


Text Example

White with #BAA4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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