Html Css Color HEX #BDA1DF Perfume

📋 copy color: '#BDA1DF'

red 189 ◦ green 161 ◦ blue 223

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

Shades of Perfume #BDA1DF

Tints of Perfume #BDA1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 32.98%
G = 28.1%
B = 38.92%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA1DF (or 0xBDA1DF) is known color: Perfume. HEX triplet: BD, A1 and DF. RGB value is (189,161,223). Sum of RGB (Red+Green+Blue) = 189+161+223=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1DF is #425E20. Grayscale: #B0B0B0. Windows color (decimal): -4349473 or 14655933. OLE color: 14655933.

HSL color Cylindrical-coordinate representation of color #BDA1DF: hue angle of 267.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDA1DF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 161 223 -
CMYK 0.15 0.28 0 0.13
HSL 267.1º 0.49% 0.75% -
HSV(B) 267.1º 0.28% 0.87% -
XYZ 47.05 41.64 75.37 -
YUV 176.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 189 161 223 0.15 0.28 0 0.13 267.1 0.49 0.75
Hex BD A1 DF F 1C 0 D 10B 31 4B
Octal 275 241 337 17 34 0 15 413 61 113
Binary 10111101 10100001 11011111 1111 11100 0 1101 100001011 110001 1001011

Color Harmonies of #BDA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1DF

Black with #BDA1DF

Text Example


Text Example

White with #BDA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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