Html Css Color HEX #BA97ED Perfume

📋 copy color: '#BA97ED'

red 186 ◦ green 151 ◦ blue 237

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

Shades of Perfume #BA97ED

Tints of Perfume #BA97ED

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.31%

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

R = 32.4%
G = 26.31%
B = 41.29%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA97ED (or 0xBA97ED) is known color: Perfume. HEX triplet: BA, 97 and ED. RGB value is (186,151,237). Sum of RGB (Red+Green+Blue) = 186+151+237=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA97ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97ED is #456812. Grayscale: #AAAAAA. Windows color (decimal): -4548627 or 15570874. OLE color: 15570874.

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

Color convert

RGB 186 151 237 -
CMYK 0.22 0.36 0 0.07
HSL 264.42º 0.7% 0.76% -
HSV(B) 264.42º 0.36% 0.93% -
XYZ 46.6 38.69 85.13 -
YUV 171.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 186 151 237 0.22 0.36 0 0.07 264.42 0.7 0.76
Hex BA 97 ED 16 24 0 7 108 46 4C
Octal 272 227 355 26 44 0 7 410 106 114
Binary 10111010 10010111 11101101 10110 100100 0 111 100001000 1000110 1001100

Color Harmonies of #BA97ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97ED

Black with #BA97ED

Text Example


Text Example

White with #BA97ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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