Html Css Color HEX #BDA5D1 Perfume

📋 copy color: '#BDA5D1'

red 189 ◦ green 165 ◦ blue 209

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

Shades of Perfume #BDA5D1

Tints of Perfume #BDA5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 209 (82.03% from 255) = 37.12%

R = 33.57%
G = 29.31%
B = 37.12%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDA5D1 (or 0xBDA5D1) is known color: Perfume. HEX triplet: BD, A5 and D1. RGB value is (189,165,209). Sum of RGB (Red+Green+Blue) = 189+165+209=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5D1 is #425A2E. Grayscale: #B1B1B1. Windows color (decimal): -4348463 or 13739453. OLE color: 13739453.

HSL color Cylindrical-coordinate representation of color #BDA5D1: hue angle of 272.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA5D1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 165 209 -
CMYK 0.10 0.21 0 0.18
HSL 272.73º 0.32% 0.73% -
HSV(B) 272.73º 0.21% 0.82% -
XYZ 45.95 42.33 66.07 -
YUV 177.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 189 165 209 0.10 0.21 0 0.18 272.73 0.32 0.73
Hex BD A5 D1 A 15 0 12 111 20 49
Octal 275 245 321 12 25 0 22 421 40 111
Binary 10111101 10100101 11010001 1010 10101 0 10010 100010001 100000 1001001

Color Harmonies of #BDA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5D1

Black with #BDA5D1

Text Example


Text Example

White with #BDA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5D1; }

 p { color: rgb(189,165,209); }

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

background-color css

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

 a { background-color: rgb(189,165,209); }

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

border-color css

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

 span { border-color: rgb(189,165,209); }

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