Html Css Color HEX #BA95EA Perfume

📋 copy color: '#BA95EA'

red 186 ◦ green 149 ◦ blue 234

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

Shades of Perfume #BA95EA

Tints of Perfume #BA95EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.19%

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

R = 32.69%
G = 26.19%
B = 41.12%

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

#BA95EA (or 0xBA95EA) is known color: Perfume. HEX triplet: BA, 95 and EA. RGB value is (186,149,234). Sum of RGB (Red+Green+Blue) = 186+149+234=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA95EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95EA is #456A15. Grayscale: #A9A9A9. Windows color (decimal): -4549142 or 15373754. OLE color: 15373754.

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

Color convert

RGB 186 149 234 -
CMYK 0.21 0.36 0 0.08
HSL 266.12º 0.67% 0.75% -
HSV(B) 266.12º 0.36% 0.92% -
XYZ 45.85 37.87 82.74 -
YUV 169.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 186 149 234 0.21 0.36 0 0.08 266.12 0.67 0.75
Hex BA 95 EA 15 24 0 8 10A 43 4B
Octal 272 225 352 25 44 0 10 412 103 113
Binary 10111010 10010101 11101010 10101 100100 0 1000 100001010 1000011 1001011

Color Harmonies of #BA95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA95EA

Black with #BA95EA

Text Example


Text Example

White with #BA95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA95EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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