Html Css Color HEX #BDA2D9 Perfume

📋 copy color: '#BDA2D9'

red 189 ◦ green 162 ◦ blue 217

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

Shades of Perfume #BDA2D9

Tints of Perfume #BDA2D9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.52%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 33.27%
G = 28.52%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDA2D9 (or 0xBDA2D9) is known color: Perfume. HEX triplet: BD, A2 and D9. RGB value is (189,162,217). Sum of RGB (Red+Green+Blue) = 189+162+217=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2D9 is #425D26. Grayscale: #B0B0B0. Windows color (decimal): -4349223 or 14262973. OLE color: 14262973.

HSL color Cylindrical-coordinate representation of color #BDA2D9: hue angle of 269.45º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDA2D9 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 162 217 -
CMYK 0.13 0.25 0 0.15
HSL 269.45º 0.42% 0.74% -
HSV(B) 269.45º 0.25% 0.85% -
XYZ 46.43 41.67 71.24 -
YUV 176.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 189 162 217 0.13 0.25 0 0.15 269.45 0.42 0.74
Hex BD A2 D9 D 19 0 F 10D 2A 4A
Octal 275 242 331 15 31 0 17 415 52 112
Binary 10111101 10100010 11011001 1101 11001 0 1111 100001101 101010 1001010

Color Harmonies of #BDA2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA2D9

Black with #BDA2D9

Text Example


Text Example

White with #BDA2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA2D9; }

 p { color: rgb(189,162,217); }

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

background-color css

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

 a { background-color: rgb(189,162,217); }

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

border-color css

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

 span { border-color: rgb(189,162,217); }

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