Html Css Color HEX #BDA5DA Perfume

📋 copy color: '#BDA5DA'

red 189 ◦ green 165 ◦ blue 218

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

Shades of Perfume #BDA5DA

Tints of Perfume #BDA5DA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.85%

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

R = 33.04%
G = 28.85%
B = 38.11%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDA5DA (or 0xBDA5DA) is known color: Perfume. HEX triplet: BD, A5 and DA. RGB value is (189,165,218). Sum of RGB (Red+Green+Blue) = 189+165+218=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 165 (64.84% from 255 or 28.85% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDA5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5DA is #425A25. Grayscale: #B2B2B2. Windows color (decimal): -4348454 or 14329277. OLE color: 14329277.

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

Color convert

RGB 189 165 218 -
CMYK 0.13 0.24 0 0.15
HSL 267.17º 0.42% 0.75% -
HSV(B) 267.17º 0.24% 0.85% -
XYZ 47.1 42.79 72.11 -
YUV 178.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 189 165 218 0.13 0.24 0 0.15 267.17 0.42 0.75
Hex BD A5 DA D 18 0 F 10B 2A 4B
Octal 275 245 332 15 30 0 17 413 52 113
Binary 10111101 10100101 11011010 1101 11000 0 1111 100001011 101010 1001011

Color Harmonies of #BDA5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5DA

Black with #BDA5DA

Text Example


Text Example

White with #BDA5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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