Html Css Color HEX #BDA4D3 Perfume

📋 copy color: '#BDA4D3'

red 189 ◦ green 164 ◦ blue 211

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

Shades of Perfume #BDA4D3

Tints of Perfume #BDA4D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 33.51%
G = 29.08%
B = 37.41%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDA4D3 (or 0xBDA4D3) is known color: Perfume. HEX triplet: BD, A4 and D3. RGB value is (189,164,211). Sum of RGB (Red+Green+Blue) = 189+164+211=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4D3 is #425B2C. Grayscale: #B0B0B0. Windows color (decimal): -4348717 or 13870269. OLE color: 13870269.

HSL color Cylindrical-coordinate representation of color #BDA4D3: hue angle of 271.91º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA4D3 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 164 211 -
CMYK 0.10 0.22 0 0.17
HSL 271.91º 0.35% 0.74% -
HSV(B) 271.91º 0.22% 0.83% -
XYZ 46.02 42.07 67.32 -
YUV 176.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 189 164 211 0.10 0.22 0 0.17 271.91 0.35 0.74
Hex BD A4 D3 A 16 0 11 110 23 4A
Octal 275 244 323 12 26 0 21 420 43 112
Binary 10111101 10100100 11010011 1010 10110 0 10001 100010000 100011 1001010

Color Harmonies of #BDA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4D3

Black with #BDA4D3

Text Example


Text Example

White with #BDA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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