Html Css Color HEX #BA96E6 Perfume

📋 copy color: '#BA96E6'

red 186 ◦ green 150 ◦ blue 230

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

Shades of Perfume #BA96E6

Tints of Perfume #BA96E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 32.86%
G = 26.5%
B = 40.64%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA96E6 (or 0xBA96E6) is known color: Perfume. HEX triplet: BA, 96 and E6. RGB value is (186,150,230). Sum of RGB (Red+Green+Blue) = 186+150+230=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96E6 is #456919. Grayscale: #A9A9A9. Windows color (decimal): -4548890 or 15111866. OLE color: 15111866.

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

Color convert

RGB 186 150 230 -
CMYK 0.19 0.35 0 0.10
HSL 267º 0.62% 0.75% -
HSV(B) 267º 0.35% 0.9% -
XYZ 45.44 37.96 79.8 -
YUV 169.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 186 150 230 0.19 0.35 0 0.10 267 0.62 0.75
Hex BA 96 E6 13 23 0 A 10B 3E 4B
Octal 272 226 346 23 43 0 12 413 76 113
Binary 10111010 10010110 11100110 10011 100011 0 1010 100001011 111110 1001011

Color Harmonies of #BA96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96E6

Black with #BA96E6

Text Example


Text Example

White with #BA96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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