Html Css Color HEX #BA98F8 Perfume

📋 copy color: '#BA98F8'

red 186 ◦ green 152 ◦ blue 248

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

Shades of Perfume #BA98F8

Tints of Perfume #BA98F8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.94%

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 31.74%
G = 25.94%
B = 42.32%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA98F8 (or 0xBA98F8) is known color: Perfume. HEX triplet: BA, 98 and F8. RGB value is (186,152,248). Sum of RGB (Red+Green+Blue) = 186+152+248=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA98F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA98F8 is #456707. Grayscale: #ACACAC. Windows color (decimal): -4548360 or 16292026. OLE color: 16292026.

HSL color Cylindrical-coordinate representation of color #BA98F8: hue angle of 261.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA98F8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 152 248 -
CMYK 0.25 0.39 0 0.03
HSL 261.25º 0.87% 0.78% -
HSV(B) 261.25º 0.39% 0.97% -
XYZ 48.42 39.67 93.91 -
YUV 173.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 186 152 248 0.25 0.39 0 0.03 261.25 0.87 0.78
Hex BA 98 F8 19 27 0 3 105 57 4E
Octal 272 230 370 31 47 0 3 405 127 116
Binary 10111010 10011000 11111000 11001 100111 0 11 100000101 1010111 1001110

Color Harmonies of #BA98F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98F8

Black with #BA98F8

Text Example


Text Example

White with #BA98F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98F8; }

 p { color: rgb(186,152,248); }

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

background-color css

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

 a { background-color: rgb(186,152,248); }

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

border-color css

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

 span { border-color: rgb(186,152,248); }

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