Html Css Color HEX #BA9CD1 Perfume

📋 copy color: '#BA9CD1'

red 186 ◦ green 156 ◦ blue 209

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

Shades of Perfume #BA9CD1

Tints of Perfume #BA9CD1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 33.76%
G = 28.31%
B = 37.93%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA9CD1 (or 0xBA9CD1) is known color: Perfume. HEX triplet: BA, 9C and D1. RGB value is (186,156,209). Sum of RGB (Red+Green+Blue) = 186+156+209=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA9CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CD1 is #45632E. Grayscale: #AAAAAA. Windows color (decimal): -4547375 or 13737146. OLE color: 13737146.

HSL color Cylindrical-coordinate representation of color #BA9CD1: hue angle of 273.96º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9CD1 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 156 209 -
CMYK 0.11 0.25 0 0.18
HSL 273.96º 0.37% 0.72% -
HSV(B) 273.96º 0.25% 0.82% -
XYZ 43.65 38.82 65.51 -
YUV 171.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 186 156 209 0.11 0.25 0 0.18 273.96 0.37 0.72
Hex BA 9C D1 B 19 0 12 112 25 48
Octal 272 234 321 13 31 0 22 422 45 110
Binary 10111010 10011100 11010001 1011 11001 0 10010 100010010 100101 1001000

Color Harmonies of #BA9CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CD1

Black with #BA9CD1

Text Example


Text Example

White with #BA9CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CD1; }

 p { color: rgb(186,156,209); }

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

background-color css

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

 a { background-color: rgb(186,156,209); }

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

border-color css

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

 span { border-color: rgb(186,156,209); }

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