Html Css Color HEX #BDA7DC Perfume

📋 copy color: '#BDA7DC'

red 189 ◦ green 167 ◦ blue 220

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

Shades of Perfume #BDA7DC

Tints of Perfume #BDA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.99%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 32.81%
G = 28.99%
B = 38.19%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA7DC (or 0xBDA7DC) is known color: Perfume. HEX triplet: BD, A7 and DC. RGB value is (189,167,220). Sum of RGB (Red+Green+Blue) = 189+167+220=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7DC is #425823. Grayscale: #B3B3B3. Windows color (decimal): -4347940 or 14460861. OLE color: 14460861.

HSL color Cylindrical-coordinate representation of color #BDA7DC: hue angle of 264.91º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA7DC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 167 220 -
CMYK 0.14 0.24 0 0.14
HSL 264.91º 0.43% 0.76% -
HSV(B) 264.91º 0.24% 0.86% -
XYZ 47.72 43.62 73.62 -
YUV 179.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 189 167 220 0.14 0.24 0 0.14 264.91 0.43 0.76
Hex BD A7 DC E 18 0 E 109 2B 4C
Octal 275 247 334 16 30 0 16 411 53 114
Binary 10111101 10100111 11011100 1110 11000 0 1110 100001001 101011 1001100

Color Harmonies of #BDA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7DC

Black with #BDA7DC

Text Example


Text Example

White with #BDA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7DC; }

 p { color: rgb(189,167,220); }

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

background-color css

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

 a { background-color: rgb(189,167,220); }

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

border-color css

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

 span { border-color: rgb(189,167,220); }

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