Html Css Color HEX #BDA4DD Perfume

📋 copy color: '#BDA4DD'

red 189 ◦ green 164 ◦ blue 221

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

Shades of Perfume #BDA4DD

Tints of Perfume #BDA4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 32.93%
G = 28.57%
B = 38.5%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA4DD (or 0xBDA4DD) is known color: Perfume. HEX triplet: BD, A4 and DD. RGB value is (189,164,221). Sum of RGB (Red+Green+Blue) = 189+164+221=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4DD is #425B22. Grayscale: #B1B1B1. Windows color (decimal): -4348707 or 14525629. OLE color: 14525629.

HSL color Cylindrical-coordinate representation of color #BDA4DD: hue angle of 266.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA4DD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 164 221 -
CMYK 0.14 0.26 0 0.13
HSL 266.32º 0.46% 0.75% -
HSV(B) 266.32º 0.26% 0.87% -
XYZ 47.31 42.59 74.13 -
YUV 177.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 189 164 221 0.14 0.26 0 0.13 266.32 0.46 0.75
Hex BD A4 DD E 1A 0 D 10A 2E 4B
Octal 275 244 335 16 32 0 15 412 56 113
Binary 10111101 10100100 11011101 1110 11010 0 1101 100001010 101110 1001011

Color Harmonies of #BDA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4DD

Black with #BDA4DD

Text Example


Text Example

White with #BDA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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