Html Css Color HEX #BDA9DC Perfume

📋 copy color: '#BDA9DC'

red 189 ◦ green 169 ◦ blue 220

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

Shades of Perfume #BDA9DC

Tints of Perfume #BDA9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.24%

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

R = 32.7%
G = 29.24%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA9DC (or 0xBDA9DC) is known color: Perfume. HEX triplet: BD, A9 and DC. RGB value is (189,169,220). Sum of RGB (Red+Green+Blue) = 189+169+220=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9DC is #425623. Grayscale: #B4B4B4. Windows color (decimal): -4347428 or 14461373. OLE color: 14461373.

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

Color convert

RGB 189 169 220 -
CMYK 0.14 0.23 0 0.14
HSL 263.53º 0.42% 0.76% -
HSV(B) 263.53º 0.23% 0.86% -
XYZ 48.09 44.36 73.74 -
YUV 180.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 189 169 220 0.14 0.23 0 0.14 263.53 0.42 0.76
Hex BD A9 DC E 17 0 E 108 2A 4C
Octal 275 251 334 16 27 0 16 410 52 114
Binary 10111101 10101001 11011100 1110 10111 0 1110 100001000 101010 1001100

Color Harmonies of #BDA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9DC

Black with #BDA9DC

Text Example


Text Example

White with #BDA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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