Html Css Color HEX #BDA6DD Perfume

📋 copy color: '#BDA6DD'

red 189 ◦ green 166 ◦ blue 221

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

Shades of Perfume #BDA6DD

Tints of Perfume #BDA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.82%

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

R = 32.81%
G = 28.82%
B = 38.37%

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

#BDA6DD (or 0xBDA6DD) is known color: Perfume. HEX triplet: BD, A6 and DD. RGB value is (189,166,221). Sum of RGB (Red+Green+Blue) = 189+166+221=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6DD is #425922. Grayscale: #B2B2B2. Windows color (decimal): -4348195 or 14526141. OLE color: 14526141.

HSL color Cylindrical-coordinate representation of color #BDA6DD: hue angle of 265.09º 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 #BDA6DD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 166 221 -
CMYK 0.14 0.25 0 0.13
HSL 265.09º 0.45% 0.76% -
HSV(B) 265.09º 0.25% 0.87% -
XYZ 47.67 43.31 74.25 -
YUV 179.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 189 166 221 0.14 0.25 0 0.13 265.09 0.45 0.76
Hex BD A6 DD E 19 0 D 109 2D 4C
Octal 275 246 335 16 31 0 15 411 55 114
Binary 10111101 10100110 11011101 1110 11001 0 1101 100001001 101101 1001100

Color Harmonies of #BDA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6DD

Black with #BDA6DD

Text Example


Text Example

White with #BDA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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