Html Css Color HEX #BA9EEC Perfume

📋 copy color: '#BA9EEC'

red 186 ◦ green 158 ◦ blue 236

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

Shades of Perfume #BA9EEC

Tints of Perfume #BA9EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.24%

 BLUE value IS 236 (92.58% from 255) = 40.69%

R = 32.07%
G = 27.24%
B = 40.69%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA9EEC (or 0xBA9EEC) is known color: Perfume. HEX triplet: BA, 9E and EC. RGB value is (186,158,236). Sum of RGB (Red+Green+Blue) = 186+158+236=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA9EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EEC is #456113. Grayscale: #AEAEAE. Windows color (decimal): -4546836 or 15507130. OLE color: 15507130.

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

Color convert

RGB 186 158 236 -
CMYK 0.21 0.33 0 0.07
HSL 261.54º 0.67% 0.77% -
HSV(B) 261.54º 0.33% 0.93% -
XYZ 47.62 40.95 84.75 -
YUV 175.26 162.28 135.66 -
System Red Green Blue C M Y K H S L
Decimal 186 158 236 0.21 0.33 0 0.07 261.54 0.67 0.77
Hex BA 9E EC 15 21 0 7 106 43 4D
Octal 272 236 354 25 41 0 7 406 103 115
Binary 10111010 10011110 11101100 10101 100001 0 111 100000110 1000011 1001101

Color Harmonies of #BA9EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EEC

Black with #BA9EEC

Text Example


Text Example

White with #BA9EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EEC; }

 p { color: rgb(186,158,236); }

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

background-color css

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

 a { background-color: rgb(186,158,236); }

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

border-color css

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

 span { border-color: rgb(186,158,236); }

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