Html Css Color HEX #BDA1D1 Perfume

📋 copy color: '#BDA1D1'

red 189 ◦ green 161 ◦ blue 209

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

Shades of Perfume #BDA1D1

Tints of Perfume #BDA1D1

RGB

 RED value IS 189 (74.22% from 255) = 33.81%

 GREEN value IS 161 (63.28% from 255) = 28.8%

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

R = 33.81%
G = 28.8%
B = 37.39%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA1D1 (or 0xBDA1D1) is known color: Perfume. HEX triplet: BD, A1 and D1. RGB value is (189,161,209). Sum of RGB (Red+Green+Blue) = 189+161+209=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1D1 is #425E2E. Grayscale: #AEAEAE. Windows color (decimal): -4349487 or 13738429. OLE color: 13738429.

HSL color Cylindrical-coordinate representation of color #BDA1D1: hue angle of 275º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA1D1 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 161 209 -
CMYK 0.10 0.23 0 0.18
HSL 275º 0.34% 0.73% -
HSV(B) 275º 0.23% 0.82% -
XYZ 45.24 40.91 65.83 -
YUV 174.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 189 161 209 0.10 0.23 0 0.18 275 0.34 0.73
Hex BD A1 D1 A 17 0 12 113 22 49
Octal 275 241 321 12 27 0 22 423 42 111
Binary 10111101 10100001 11010001 1010 10111 0 10010 100010011 100010 1001001

Color Harmonies of #BDA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1D1

Black with #BDA1D1

Text Example


Text Example

White with #BDA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1D1; }

 p { color: rgb(189,161,209); }

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

background-color css

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

 a { background-color: rgb(189,161,209); }

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

border-color css

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

 span { border-color: rgb(189,161,209); }

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