Html Css Color HEX #BDA9D2 Perfume

📋 copy color: '#BDA9D2'

red 189 ◦ green 169 ◦ blue 210

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

Shades of Perfume #BDA9D2

Tints of Perfume #BDA9D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 33.27%
G = 29.75%
B = 36.97%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA9D2 (or 0xBDA9D2) is known color: Perfume. HEX triplet: BD, A9 and D2. RGB value is (189,169,210). Sum of RGB (Red+Green+Blue) = 189+169+210=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9D2 is #42562D. Grayscale: #B3B3B3. Windows color (decimal): -4347438 or 13806013. OLE color: 13806013.

HSL color Cylindrical-coordinate representation of color #BDA9D2: hue angle of 269.27º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA9D2 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 169 210 -
CMYK 0.10 0.20 0 0.18
HSL 269.27º 0.31% 0.74% -
HSV(B) 269.27º 0.2% 0.82% -
XYZ 46.81 43.85 66.97 -
YUV 179.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 189 169 210 0.10 0.20 0 0.18 269.27 0.31 0.74
Hex BD A9 D2 A 14 0 12 10D 1F 4A
Octal 275 251 322 12 24 0 22 415 37 112
Binary 10111101 10101001 11010010 1010 10100 0 10010 100001101 11111 1001010

Color Harmonies of #BDA9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9D2

Black with #BDA9D2

Text Example


Text Example

White with #BDA9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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