Html Css Color HEX #BDA1D9 Perfume

📋 copy color: '#BDA1D9'

red 189 ◦ green 161 ◦ blue 217

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

Shades of Perfume #BDA1D9

Tints of Perfume #BDA1D9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.4%

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 33.33%
G = 28.4%
B = 38.27%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDA1D9 (or 0xBDA1D9) is known color: Perfume. HEX triplet: BD, A1 and D9. RGB value is (189,161,217). Sum of RGB (Red+Green+Blue) = 189+161+217=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 161 (63.28% from 255 or 28.40% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDA1D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1D9 is #425E26. Grayscale: #AFAFAF. Windows color (decimal): -4349479 or 14262717. OLE color: 14262717.

HSL color Cylindrical-coordinate representation of color #BDA1D9: hue angle of 270º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA1D9 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 161 217 -
CMYK 0.13 0.26 0 0.15
HSL 270º 0.42% 0.74% -
HSV(B) 270º 0.26% 0.85% -
XYZ 46.26 41.32 71.18 -
YUV 175.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 189 161 217 0.13 0.26 0 0.15 270 0.42 0.74
Hex BD A1 D9 D 1A 0 F 10E 2A 4A
Octal 275 241 331 15 32 0 17 416 52 112
Binary 10111101 10100001 11011001 1101 11010 0 1111 100001110 101010 1001010

Color Harmonies of #BDA1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1D9

Black with #BDA1D9

Text Example


Text Example

White with #BDA1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1D9; }

 p { color: rgb(189,161,217); }

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

background-color css

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

 a { background-color: rgb(189,161,217); }

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

border-color css

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

 span { border-color: rgb(189,161,217); }

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