Html Css Color HEX #BA96E4 Perfume

📋 copy color: '#BA96E4'

red 186 ◦ green 150 ◦ blue 228

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

Shades of Perfume #BA96E4

Tints of Perfume #BA96E4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.6%

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

R = 32.98%
G = 26.6%
B = 40.43%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA96E4 (or 0xBA96E4) is known color: Perfume. HEX triplet: BA, 96 and E4. RGB value is (186,150,228). Sum of RGB (Red+Green+Blue) = 186+150+228=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96E4 is #45691B. Grayscale: #A9A9A9. Windows color (decimal): -4548892 or 14980794. OLE color: 14980794.

HSL color Cylindrical-coordinate representation of color #BA96E4: hue angle of 267.69º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA96E4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 150 228 -
CMYK 0.18 0.34 0 0.11
HSL 267.69º 0.59% 0.74% -
HSV(B) 267.69º 0.34% 0.89% -
XYZ 45.16 37.85 78.33 -
YUV 169.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 186 150 228 0.18 0.34 0 0.11 267.69 0.59 0.74
Hex BA 96 E4 12 22 0 B 10C 3B 4A
Octal 272 226 344 22 42 0 13 414 73 112
Binary 10111010 10010110 11100100 10010 100010 0 1011 100001100 111011 1001010

Color Harmonies of #BA96E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96E4

Black with #BA96E4

Text Example


Text Example

White with #BA96E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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