Html Css Color HEX #BDA1D0 Perfume

📋 copy color: '#BDA1D0'

red 189 ◦ green 161 ◦ blue 208

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

Shades of Perfume #BDA1D0

Tints of Perfume #BDA1D0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.85%

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 33.87%
G = 28.85%
B = 37.28%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA1D0 (or 0xBDA1D0) is known color: Perfume. HEX triplet: BD, A1 and D0. RGB value is (189,161,208). Sum of RGB (Red+Green+Blue) = 189+161+208=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDA1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1D0 is #425E2F. Grayscale: #AEAEAE. Windows color (decimal): -4349488 or 13672893. OLE color: 13672893.

HSL color Cylindrical-coordinate representation of color #BDA1D0: hue angle of 275.74º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDA1D0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 161 208 -
CMYK 0.09 0.23 0 0.18
HSL 275.74º 0.33% 0.72% -
HSV(B) 275.74º 0.23% 0.82% -
XYZ 45.12 40.86 65.18 -
YUV 174.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 189 161 208 0.09 0.23 0 0.18 275.74 0.33 0.72
Hex BD A1 D0 9 17 0 12 114 21 48
Octal 275 241 320 11 27 0 22 424 41 110
Binary 10111101 10100001 11010000 1001 10111 0 10010 100010100 100001 1001000

Color Harmonies of #BDA1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1D0

Black with #BDA1D0

Text Example


Text Example

White with #BDA1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1D0; }

 p { color: rgb(189,161,208); }

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

background-color css

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

 a { background-color: rgb(189,161,208); }

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

border-color css

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

 span { border-color: rgb(189,161,208); }

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