Html Css Color HEX #BA96EE Perfume

📋 copy color: '#BA96EE'

red 186 ◦ green 150 ◦ blue 238

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

Shades of Perfume #BA96EE

Tints of Perfume #BA96EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.46%

R = 32.4%
G = 26.13%
B = 41.46%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA96EE (or 0xBA96EE) is known color: Perfume. HEX triplet: BA, 96 and EE. RGB value is (186,150,238). Sum of RGB (Red+Green+Blue) = 186+150+238=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96EE is #456911. Grayscale: #AAAAAA. Windows color (decimal): -4548882 or 15636154. OLE color: 15636154.

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

Color convert

RGB 186 150 238 -
CMYK 0.22 0.37 0 0.07
HSL 264.55º 0.72% 0.76% -
HSV(B) 264.55º 0.37% 0.93% -
XYZ 46.59 38.42 85.85 -
YUV 170.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 186 150 238 0.22 0.37 0 0.07 264.55 0.72 0.76
Hex BA 96 EE 16 25 0 7 109 48 4C
Octal 272 226 356 26 45 0 7 411 110 114
Binary 10111010 10010110 11101110 10110 100101 0 111 100001001 1001000 1001100

Color Harmonies of #BA96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96EE

Black with #BA96EE

Text Example


Text Example

White with #BA96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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