Html Css Color HEX #BA96EA Perfume

📋 copy color: '#BA96EA'

red 186 ◦ green 150 ◦ blue 234

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

Shades of Perfume #BA96EA

Tints of Perfume #BA96EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 32.63%
G = 26.32%
B = 41.05%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA96EA (or 0xBA96EA) is known color: Perfume. HEX triplet: BA, 96 and EA. RGB value is (186,150,234). Sum of RGB (Red+Green+Blue) = 186+150+234=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96EA is #456915. Grayscale: #AAAAAA. Windows color (decimal): -4548886 or 15374010. OLE color: 15374010.

HSL color Cylindrical-coordinate representation of color #BA96EA: hue angle of 265.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA96EA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 150 234 -
CMYK 0.21 0.36 0 0.08
HSL 265.71º 0.67% 0.75% -
HSV(B) 265.71º 0.36% 0.92% -
XYZ 46.01 38.19 82.79 -
YUV 170.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 186 150 234 0.21 0.36 0 0.08 265.71 0.67 0.75
Hex BA 96 EA 15 24 0 8 10A 43 4B
Octal 272 226 352 25 44 0 10 412 103 113
Binary 10111010 10010110 11101010 10101 100100 0 1000 100001010 1000011 1001011

Color Harmonies of #BA96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96EA

Black with #BA96EA

Text Example


Text Example

White with #BA96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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