Html Css Color HEX #BA96ED Perfume

📋 copy color: '#BA96ED'

red 186 ◦ green 150 ◦ blue 237

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

Shades of Perfume #BA96ED

Tints of Perfume #BA96ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 32.46%
G = 26.18%
B = 41.36%

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

#BA96ED (or 0xBA96ED) is known color: Perfume. HEX triplet: BA, 96 and ED. RGB value is (186,150,237). Sum of RGB (Red+Green+Blue) = 186+150+237=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96ED is #456912. Grayscale: #AAAAAA. Windows color (decimal): -4548883 or 15570618. OLE color: 15570618.

HSL color Cylindrical-coordinate representation of color #BA96ED: hue angle of 264.83º degrees, saturation: 0.71, 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 #BA96ED is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 150 237 -
CMYK 0.22 0.37 0 0.07
HSL 264.83º 0.71% 0.76% -
HSV(B) 264.83º 0.37% 0.93% -
XYZ 46.44 38.37 85.08 -
YUV 170.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 186 150 237 0.22 0.37 0 0.07 264.83 0.71 0.76
Hex BA 96 ED 16 25 0 7 109 47 4C
Octal 272 226 355 26 45 0 7 411 107 114
Binary 10111010 10010110 11101101 10110 100101 0 111 100001001 1000111 1001100

Color Harmonies of #BA96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96ED

Black with #BA96ED

Text Example


Text Example

White with #BA96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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