Html Css Color HEX #BDA4D5 Perfume

📋 copy color: '#BDA4D5'

red 189 ◦ green 164 ◦ blue 213

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

Shades of Perfume #BDA4D5

Tints of Perfume #BDA4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 33.39%
G = 28.98%
B = 37.63%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDA4D5 (or 0xBDA4D5) is known color: Perfume. HEX triplet: BD, A4 and D5. RGB value is (189,164,213). Sum of RGB (Red+Green+Blue) = 189+164+213=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4D5 is #425B2A. Grayscale: #B0B0B0. Windows color (decimal): -4348715 or 14001341. OLE color: 14001341.

HSL color Cylindrical-coordinate representation of color #BDA4D5: hue angle of 270.61º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA4D5 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 164 213 -
CMYK 0.11 0.23 0 0.16
HSL 270.61º 0.37% 0.74% -
HSV(B) 270.61º 0.23% 0.84% -
XYZ 46.27 42.17 68.65 -
YUV 177.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 189 164 213 0.11 0.23 0 0.16 270.61 0.37 0.74
Hex BD A4 D5 B 17 0 10 10F 25 4A
Octal 275 244 325 13 27 0 20 417 45 112
Binary 10111101 10100100 11010101 1011 10111 0 10000 100001111 100101 1001010

Color Harmonies of #BDA4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4D5

Black with #BDA4D5

Text Example


Text Example

White with #BDA4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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