Html Css Color HEX #BA9FFA Perfume

📋 copy color: '#BA9FFA'

red 186 ◦ green 159 ◦ blue 250

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

Shades of Perfume #BA9FFA

Tints of Perfume #BA9FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.02%

R = 31.26%
G = 26.72%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA9FFA (or 0xBA9FFA) is known color: Perfume. HEX triplet: BA, 9F and FA. RGB value is (186,159,250). Sum of RGB (Red+Green+Blue) = 186+159+250=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FFA is #456005. Grayscale: #B1B1B1. Windows color (decimal): -4546566 or 16424890. OLE color: 16424890.

HSL color Cylindrical-coordinate representation of color #BA9FFA: hue angle of 257.8º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9FFA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 159 250 -
CMYK 0.26 0.36 0 0.02
HSL 257.8º 0.9% 0.8% -
HSV(B) 257.8º 0.36% 0.98% -
XYZ 49.9 42.14 95.95 -
YUV 177.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 186 159 250 0.26 0.36 0 0.02 257.8 0.9 0.8
Hex BA 9F FA 1A 24 0 2 102 5A 50
Octal 272 237 372 32 44 0 2 402 132 120
Binary 10111010 10011111 11111010 11010 100100 0 10 100000010 1011010 1010000

Color Harmonies of #BA9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FFA

Black with #BA9FFA

Text Example


Text Example

White with #BA9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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