Html Css Color HEX #BDA1DA Perfume

📋 copy color: '#BDA1DA'

red 189 ◦ green 161 ◦ blue 218

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

Shades of Perfume #BDA1DA

Tints of Perfume #BDA1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 33.27%
G = 28.35%
B = 38.38%

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

#BDA1DA (or 0xBDA1DA) is known color: Perfume. HEX triplet: BD, A1 and DA. RGB value is (189,161,218). Sum of RGB (Red+Green+Blue) = 189+161+218=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1DA is #425E25. Grayscale: #AFAFAF. Windows color (decimal): -4349478 or 14328253. OLE color: 14328253.

HSL color Cylindrical-coordinate representation of color #BDA1DA: hue angle of 269.47º degrees, saturation: 0.44, 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 #BDA1DA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 161 218 -
CMYK 0.13 0.26 0 0.15
HSL 269.47º 0.44% 0.74% -
HSV(B) 269.47º 0.26% 0.85% -
XYZ 46.39 41.37 71.87 -
YUV 175.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 189 161 218 0.13 0.26 0 0.15 269.47 0.44 0.74
Hex BD A1 DA D 1A 0 F 10D 2C 4A
Octal 275 241 332 15 32 0 17 415 54 112
Binary 10111101 10100001 11011010 1101 11010 0 1111 100001101 101100 1001010

Color Harmonies of #BDA1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1DA

Black with #BDA1DA

Text Example


Text Example

White with #BDA1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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