Html Css Color HEX #BDA0DE Perfume

📋 copy color: '#BDA0DE'

red 189 ◦ green 160 ◦ blue 222

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

Shades of Perfume #BDA0DE

Tints of Perfume #BDA0DE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.02%

 BLUE value IS 222 (87.11% from 255) = 38.88%

R = 33.1%
G = 28.02%
B = 38.88%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA0DE (or 0xBDA0DE) is known color: Perfume. HEX triplet: BD, A0 and DE. RGB value is (189,160,222). Sum of RGB (Red+Green+Blue) = 189+160+222=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDA0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0DE is #425F21. Grayscale: #AFAFAF. Windows color (decimal): -4349730 or 14590141. OLE color: 14590141.

HSL color Cylindrical-coordinate representation of color #BDA0DE: hue angle of 268.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA0DE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 160 222 -
CMYK 0.15 0.28 0 0.13
HSL 268.06º 0.48% 0.75% -
HSV(B) 268.06º 0.28% 0.87% -
XYZ 46.74 41.23 74.6 -
YUV 175.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 189 160 222 0.15 0.28 0 0.13 268.06 0.48 0.75
Hex BD A0 DE F 1C 0 D 10C 30 4B
Octal 275 240 336 17 34 0 15 414 60 113
Binary 10111101 10100000 11011110 1111 11100 0 1101 100001100 110000 1001011

Color Harmonies of #BDA0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA0DE

Black with #BDA0DE

Text Example


Text Example

White with #BDA0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA0DE; }

 p { color: rgb(189,160,222); }

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

background-color css

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

 a { background-color: rgb(189,160,222); }

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

border-color css

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

 span { border-color: rgb(189,160,222); }

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