Html Css Color HEX #BA9FCE Perfume

📋 copy color: '#BA9FCE'

red 186 ◦ green 159 ◦ blue 206

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

Shades of Perfume #BA9FCE

Tints of Perfume #BA9FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.86%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 33.76%
G = 28.86%
B = 37.39%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA9FCE (or 0xBA9FCE) is known color: Perfume. HEX triplet: BA, 9F and CE. RGB value is (186,159,206). Sum of RGB (Red+Green+Blue) = 186+159+206=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FCE is #456031. Grayscale: #ACACAC. Windows color (decimal): -4546610 or 13541306. OLE color: 13541306.

HSL color Cylindrical-coordinate representation of color #BA9FCE: hue angle of 274.47º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9FCE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 159 206 -
CMYK 0.10 0.23 0 0.19
HSL 274.47º 0.32% 0.72% -
HSV(B) 274.47º 0.23% 0.81% -
XYZ 43.79 39.69 63.75 -
YUV 172.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 186 159 206 0.10 0.23 0 0.19 274.47 0.32 0.72
Hex BA 9F CE A 17 0 13 112 20 48
Octal 272 237 316 12 27 0 23 422 40 110
Binary 10111010 10011111 11001110 1010 10111 0 10011 100010010 100000 1001000

Color Harmonies of #BA9FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FCE

Black with #BA9FCE

Text Example


Text Example

White with #BA9FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FCE; }

 p { color: rgb(186,159,206); }

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

background-color css

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

 a { background-color: rgb(186,159,206); }

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

border-color css

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

 span { border-color: rgb(186,159,206); }

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