Html Css Color HEX #BA8FFD Perfume

📋 copy color: '#BA8FFD'

red 186 ◦ green 143 ◦ blue 253

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

Shades of Perfume #BA8FFD

Tints of Perfume #BA8FFD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.57%

 BLUE value IS 253 (99.22% from 255) = 43.47%

R = 31.96%
G = 24.57%
B = 43.47%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA8FFD (or 0xBA8FFD) is known color: Perfume. HEX triplet: BA, 8F and FD. RGB value is (186,143,253). Sum of RGB (Red+Green+Blue) = 186+143+253=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FFD is #457002. Grayscale: #A8A8A8. Windows color (decimal): -4550659 or 16617402. OLE color: 16617402.

HSL color Cylindrical-coordinate representation of color #BA8FFD: hue angle of 263.45º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA8FFD is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 143 253 -
CMYK 0.26 0.43 0 0.01
HSL 263.45º 0.96% 0.78% -
HSV(B) 263.45º 0.43% 0.99% -
XYZ 47.8 37.18 97.58 -
YUV 168.4 175.75 140.56 -
System Red Green Blue C M Y K H S L
Decimal 186 143 253 0.26 0.43 0 0.01 263.45 0.96 0.78
Hex BA 8F FD 1A 2B 0 1 107 60 4E
Octal 272 217 375 32 53 0 1 407 140 116
Binary 10111010 10001111 11111101 11010 101011 0 1 100000111 1100000 1001110

Color Harmonies of #BA8FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8FFD

Black with #BA8FFD

Text Example


Text Example

White with #BA8FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8FFD; }

 p { color: rgb(186,143,253); }

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

background-color css

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

 a { background-color: rgb(186,143,253); }

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

border-color css

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

 span { border-color: rgb(186,143,253); }

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