Html Css Color HEX #BA8EF8 Perfume

📋 copy color: '#BA8EF8'

red 186 ◦ green 142 ◦ blue 248

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

Shades of Perfume #BA8EF8

Tints of Perfume #BA8EF8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.65%

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

R = 32.29%
G = 24.65%
B = 43.06%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA8EF8 (or 0xBA8EF8) is known color: Perfume. HEX triplet: BA, 8E and F8. RGB value is (186,142,248). Sum of RGB (Red+Green+Blue) = 186+142+248=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 142 (55.86% from 255 or 24.65% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA8EF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EF8 is #457107. Grayscale: #A6A6A6. Windows color (decimal): -4550920 or 16289466. OLE color: 16289466.

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

Color convert

RGB 186 142 248 -
CMYK 0.25 0.43 0 0.03
HSL 264.91º 0.88% 0.76% -
HSV(B) 264.91º 0.43% 0.97% -
XYZ 46.87 36.56 93.39 -
YUV 167.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 186 142 248 0.25 0.43 0 0.03 264.91 0.88 0.76
Hex BA 8E F8 19 2B 0 3 109 58 4C
Octal 272 216 370 31 53 0 3 411 130 114
Binary 10111010 10001110 11111000 11001 101011 0 11 100001001 1011000 1001100

Color Harmonies of #BA8EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EF8

Black with #BA8EF8

Text Example


Text Example

White with #BA8EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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