Html Css Color HEX #BDA5DF Perfume

📋 copy color: '#BDA5DF'

red 189 ◦ green 165 ◦ blue 223

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

Shades of Perfume #BDA5DF

Tints of Perfume #BDA5DF

RGB

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

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

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

R = 32.76%
G = 28.6%
B = 38.65%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA5DF (or 0xBDA5DF) is known color: Perfume. HEX triplet: BD, A5 and DF. RGB value is (189,165,223). Sum of RGB (Red+Green+Blue) = 189+165+223=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5DF is #425A20. Grayscale: #B2B2B2. Windows color (decimal): -4348449 or 14656957. OLE color: 14656957.

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

Color convert

RGB 189 165 223 -
CMYK 0.15 0.26 0 0.13
HSL 264.83º 0.48% 0.76% -
HSV(B) 264.83º 0.26% 0.87% -
XYZ 47.76 43.06 75.61 -
YUV 178.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 189 165 223 0.15 0.26 0 0.13 264.83 0.48 0.76
Hex BD A5 DF F 1A 0 D 109 30 4C
Octal 275 245 337 17 32 0 15 411 60 114
Binary 10111101 10100101 11011111 1111 11010 0 1101 100001001 110000 1001100

Color Harmonies of #BDA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5DF

Black with #BDA5DF

Text Example


Text Example

White with #BDA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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