Html Css Color HEX #BA96EC Perfume

📋 copy color: '#BA96EC'

red 186 ◦ green 150 ◦ blue 236

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

Shades of Perfume #BA96EC

Tints of Perfume #BA96EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 32.52%
G = 26.22%
B = 41.26%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA96EC (or 0xBA96EC) is known color: Perfume. HEX triplet: BA, 96 and EC. RGB value is (186,150,236). Sum of RGB (Red+Green+Blue) = 186+150+236=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96EC is #456913. Grayscale: #AAAAAA. Windows color (decimal): -4548884 or 15505082. OLE color: 15505082.

HSL color Cylindrical-coordinate representation of color #BA96EC: hue angle of 265.12º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA96EC is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 150 236 -
CMYK 0.21 0.36 0 0.07
HSL 265.12º 0.69% 0.76% -
HSV(B) 265.12º 0.36% 0.93% -
XYZ 46.3 38.31 84.31 -
YUV 170.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 186 150 236 0.21 0.36 0 0.07 265.12 0.69 0.76
Hex BA 96 EC 15 24 0 7 109 45 4C
Octal 272 226 354 25 44 0 7 411 105 114
Binary 10111010 10010110 11101100 10101 100100 0 111 100001001 1000101 1001100

Color Harmonies of #BA96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96EC

Black with #BA96EC

Text Example


Text Example

White with #BA96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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