Html Css Color HEX #BDA4D0 Perfume

📋 copy color: '#BDA4D0'

red 189 ◦ green 164 ◦ blue 208

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

Shades of Perfume #BDA4D0

Tints of Perfume #BDA4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 33.69%
G = 29.23%
B = 37.08%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA4D0 (or 0xBDA4D0) is known color: Perfume. HEX triplet: BD, A4 and D0. RGB value is (189,164,208). Sum of RGB (Red+Green+Blue) = 189+164+208=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDA4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4D0 is #425B2F. Grayscale: #B0B0B0. Windows color (decimal): -4348720 or 13673661. OLE color: 13673661.

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

Color convert

RGB 189 164 208 -
CMYK 0.09 0.21 0 0.18
HSL 274.09º 0.32% 0.73% -
HSV(B) 274.09º 0.21% 0.82% -
XYZ 45.65 41.92 65.36 -
YUV 176.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 189 164 208 0.09 0.21 0 0.18 274.09 0.32 0.73
Hex BD A4 D0 9 15 0 12 112 20 49
Octal 275 244 320 11 25 0 22 422 40 111
Binary 10111101 10100100 11010000 1001 10101 0 10010 100010010 100000 1001001

Color Harmonies of #BDA4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4D0

Black with #BDA4D0

Text Example


Text Example

White with #BDA4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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