Html Css Color HEX #BDA1D7 Perfume

📋 copy color: '#BDA1D7'

red 189 ◦ green 161 ◦ blue 215

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

Shades of Perfume #BDA1D7

Tints of Perfume #BDA1D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 33.45%
G = 28.5%
B = 38.05%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDA1D7 (or 0xBDA1D7) is known color: Perfume. HEX triplet: BD, A1 and D7. RGB value is (189,161,215). Sum of RGB (Red+Green+Blue) = 189+161+215=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDA1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1D7 is #425E28. Grayscale: #AFAFAF. Windows color (decimal): -4349481 or 14131645. OLE color: 14131645.

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

Color convert

RGB 189 161 215 -
CMYK 0.12 0.25 0 0.16
HSL 271.11º 0.4% 0.74% -
HSV(B) 271.11º 0.25% 0.84% -
XYZ 46 41.21 69.82 -
YUV 175.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 189 161 215 0.12 0.25 0 0.16 271.11 0.4 0.74
Hex BD A1 D7 C 19 0 10 10F 28 4A
Octal 275 241 327 14 31 0 20 417 50 112
Binary 10111101 10100001 11010111 1100 11001 0 10000 100001111 101000 1001010

Color Harmonies of #BDA1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1D7

Black with #BDA1D7

Text Example


Text Example

White with #BDA1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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