Html Css Color HEX #BA9EEF Perfume

📋 copy color: '#BA9EEF'

red 186 ◦ green 158 ◦ blue 239

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

Shades of Perfume #BA9EEF

Tints of Perfume #BA9EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 31.9%
G = 27.1%
B = 40.99%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA9EEF (or 0xBA9EEF) is known color: Perfume. HEX triplet: BA, 9E and EF. RGB value is (186,158,239). Sum of RGB (Red+Green+Blue) = 186+158+239=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA9EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EEF is #456110. Grayscale: #AFAFAF. Windows color (decimal): -4546833 or 15703738. OLE color: 15703738.

HSL color Cylindrical-coordinate representation of color #BA9EEF: hue angle of 260.74º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9EEF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 158 239 -
CMYK 0.22 0.34 0 0.06
HSL 260.74º 0.72% 0.78% -
HSV(B) 260.74º 0.34% 0.94% -
XYZ 48.06 41.12 87.07 -
YUV 175.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 186 158 239 0.22 0.34 0 0.06 260.74 0.72 0.78
Hex BA 9E EF 16 22 0 6 105 48 4E
Octal 272 236 357 26 42 0 6 405 110 116
Binary 10111010 10011110 11101111 10110 100010 0 110 100000101 1001000 1001110

Color Harmonies of #BA9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EEF

Black with #BA9EEF

Text Example


Text Example

White with #BA9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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