Html Css Color HEX #BDA5DD Perfume

📋 copy color: '#BDA5DD'

red 189 ◦ green 165 ◦ blue 221

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

Shades of Perfume #BDA5DD

Tints of Perfume #BDA5DD

RGB

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

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

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

R = 32.87%
G = 28.7%
B = 38.43%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA5DD (or 0xBDA5DD) is known color: Perfume. HEX triplet: BD, A5 and DD. RGB value is (189,165,221). Sum of RGB (Red+Green+Blue) = 189+165+221=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 165 (64.84% from 255 or 28.70% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5DD is #425A22. Grayscale: #B2B2B2. Windows color (decimal): -4348451 or 14525885. OLE color: 14525885.

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

Color convert

RGB 189 165 221 -
CMYK 0.14 0.25 0 0.13
HSL 265.71º 0.45% 0.76% -
HSV(B) 265.71º 0.25% 0.87% -
XYZ 47.49 42.95 74.19 -
YUV 178.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 189 165 221 0.14 0.25 0 0.13 265.71 0.45 0.76
Hex BD A5 DD E 19 0 D 10A 2D 4C
Octal 275 245 335 16 31 0 15 412 55 114
Binary 10111101 10100101 11011101 1110 11001 0 1101 100001010 101101 1001100

Color Harmonies of #BDA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5DD

Black with #BDA5DD

Text Example


Text Example

White with #BDA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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