Html Css Color HEX #BA96EB Perfume

📋 copy color: '#BA96EB'

red 186 ◦ green 150 ◦ blue 235

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

Shades of Perfume #BA96EB

Tints of Perfume #BA96EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 32.57%
G = 26.27%
B = 41.16%

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

#BA96EB (or 0xBA96EB) is known color: Perfume. HEX triplet: BA, 96 and EB. RGB value is (186,150,235). Sum of RGB (Red+Green+Blue) = 186+150+235=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA96EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96EB is #456914. Grayscale: #AAAAAA. Windows color (decimal): -4548885 or 15439546. OLE color: 15439546.

HSL color Cylindrical-coordinate representation of color #BA96EB: hue angle of 265.41º degrees, saturation: 0.68, 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 #BA96EB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 150 235 -
CMYK 0.21 0.36 0 0.08
HSL 265.41º 0.68% 0.75% -
HSV(B) 265.41º 0.36% 0.92% -
XYZ 46.15 38.25 83.55 -
YUV 170.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 186 150 235 0.21 0.36 0 0.08 265.41 0.68 0.75
Hex BA 96 EB 15 24 0 8 109 44 4B
Octal 272 226 353 25 44 0 10 411 104 113
Binary 10111010 10010110 11101011 10101 100100 0 1000 100001001 1000100 1001011

Color Harmonies of #BA96EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96EB

Black with #BA96EB

Text Example


Text Example

White with #BA96EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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