Html Css Color HEX #BA9FE5 Perfume

📋 copy color: '#BA9FE5'

red 186 ◦ green 159 ◦ blue 229

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

Shades of Perfume #BA9FE5

Tints of Perfume #BA9FE5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.7%

 BLUE value IS 229 (89.84% from 255) = 39.9%

R = 32.4%
G = 27.7%
B = 39.9%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA9FE5 (or 0xBA9FE5) is known color: Perfume. HEX triplet: BA, 9F and E5. RGB value is (186,159,229). Sum of RGB (Red+Green+Blue) = 186+159+229=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FE5 is #45601A. Grayscale: #AEAEAE. Windows color (decimal): -4546587 or 15048634. OLE color: 15048634.

HSL color Cylindrical-coordinate representation of color #BA9FE5: hue angle of 263.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA9FE5 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 159 229 -
CMYK 0.19 0.31 0 0.10
HSL 263.14º 0.57% 0.76% -
HSV(B) 263.14º 0.31% 0.9% -
XYZ 46.79 40.89 79.56 -
YUV 175.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 186 159 229 0.19 0.31 0 0.10 263.14 0.57 0.76
Hex BA 9F E5 13 1F 0 A 107 39 4C
Octal 272 237 345 23 37 0 12 407 71 114
Binary 10111010 10011111 11100101 10011 11111 0 1010 100000111 111001 1001100

Color Harmonies of #BA9FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FE5

Black with #BA9FE5

Text Example


Text Example

White with #BA9FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FE5; }

 p { color: rgb(186,159,229); }

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

background-color css

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

 a { background-color: rgb(186,159,229); }

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

border-color css

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

 span { border-color: rgb(186,159,229); }

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