Html Css Color HEX #BA9FE4 Perfume

📋 copy color: '#BA9FE4'

red 186 ◦ green 159 ◦ blue 228

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

Shades of Perfume #BA9FE4

Tints of Perfume #BA9FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.79%

R = 32.46%
G = 27.75%
B = 39.79%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA9FE4 (or 0xBA9FE4) is known color: Perfume. HEX triplet: BA, 9F and E4. RGB value is (186,159,228). Sum of RGB (Red+Green+Blue) = 186+159+228=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA9FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FE4 is #45601B. Grayscale: #AEAEAE. Windows color (decimal): -4546588 or 14983098. OLE color: 14983098.

HSL color Cylindrical-coordinate representation of color #BA9FE4: hue angle of 263.48º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9FE4 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 159 228 -
CMYK 0.18 0.30 0 0.11
HSL 263.48º 0.56% 0.76% -
HSV(B) 263.48º 0.3% 0.89% -
XYZ 46.65 40.84 78.82 -
YUV 174.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 186 159 228 0.18 0.30 0 0.11 263.48 0.56 0.76
Hex BA 9F E4 12 1E 0 B 107 38 4C
Octal 272 237 344 22 36 0 13 407 70 114
Binary 10111010 10011111 11100100 10010 11110 0 1011 100000111 111000 1001100

Color Harmonies of #BA9FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FE4

Black with #BA9FE4

Text Example


Text Example

White with #BA9FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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