Html Css Color HEX #BDA4D1 Perfume

📋 copy color: '#BDA4D1'

red 189 ◦ green 164 ◦ blue 209

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

Shades of Perfume #BDA4D1

Tints of Perfume #BDA4D1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.18%

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

R = 33.63%
G = 29.18%
B = 37.19%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA4D1 (or 0xBDA4D1) is known color: Perfume. HEX triplet: BD, A4 and D1. RGB value is (189,164,209). Sum of RGB (Red+Green+Blue) = 189+164+209=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDA4D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4D1 is #425B2E. Grayscale: #B0B0B0. Windows color (decimal): -4348719 or 13739197. OLE color: 13739197.

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

Color convert

RGB 189 164 209 -
CMYK 0.10 0.22 0 0.18
HSL 273.33º 0.33% 0.73% -
HSV(B) 273.33º 0.22% 0.82% -
XYZ 45.77 41.97 66.01 -
YUV 176.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 189 164 209 0.10 0.22 0 0.18 273.33 0.33 0.73
Hex BD A4 D1 A 16 0 12 111 21 49
Octal 275 244 321 12 26 0 22 421 41 111
Binary 10111101 10100100 11010001 1010 10110 0 10010 100010001 100001 1001001

Color Harmonies of #BDA4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4D1

Black with #BDA4D1

Text Example


Text Example

White with #BDA4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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