Html Css Color HEX #BDA4DA Perfume

📋 copy color: '#BDA4DA'

red 189 ◦ green 164 ◦ blue 218

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

Shades of Perfume #BDA4DA

Tints of Perfume #BDA4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.72%

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

R = 33.1%
G = 28.72%
B = 38.18%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDA4DA (or 0xBDA4DA) is known color: Perfume. HEX triplet: BD, A4 and DA. RGB value is (189,164,218). Sum of RGB (Red+Green+Blue) = 189+164+218=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4DA is #425B25. Grayscale: #B1B1B1. Windows color (decimal): -4348710 or 14329021. OLE color: 14329021.

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

Color convert

RGB 189 164 218 -
CMYK 0.13 0.25 0 0.15
HSL 267.78º 0.42% 0.75% -
HSV(B) 267.78º 0.25% 0.85% -
XYZ 46.92 42.43 72.05 -
YUV 177.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 189 164 218 0.13 0.25 0 0.15 267.78 0.42 0.75
Hex BD A4 DA D 19 0 F 10C 2A 4B
Octal 275 244 332 15 31 0 17 414 52 113
Binary 10111101 10100100 11011010 1101 11001 0 1111 100001100 101010 1001011

Color Harmonies of #BDA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4DA

Black with #BDA4DA

Text Example


Text Example

White with #BDA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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