Html Css Color HEX #BDA3DF Perfume

📋 copy color: '#BDA3DF'

red 189 ◦ green 163 ◦ blue 223

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

Shades of Perfume #BDA3DF

Tints of Perfume #BDA3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.35%

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

R = 32.87%
G = 28.35%
B = 38.78%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA3DF (or 0xBDA3DF) is known color: Perfume. HEX triplet: BD, A3 and DF. RGB value is (189,163,223). Sum of RGB (Red+Green+Blue) = 189+163+223=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 163 (64.06% from 255 or 28.35% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA3DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3DF is #425C20. Grayscale: #B1B1B1. Windows color (decimal): -4348961 or 14656445. OLE color: 14656445.

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

Color convert

RGB 189 163 223 -
CMYK 0.15 0.27 0 0.13
HSL 266º 0.48% 0.76% -
HSV(B) 266º 0.27% 0.87% -
XYZ 47.4 42.34 75.49 -
YUV 177.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 189 163 223 0.15 0.27 0 0.13 266 0.48 0.76
Hex BD A3 DF F 1B 0 D 10A 30 4C
Octal 275 243 337 17 33 0 15 412 60 114
Binary 10111101 10100011 11011111 1111 11011 0 1101 100001010 110000 1001100

Color Harmonies of #BDA3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3DF

Black with #BDA3DF

Text Example


Text Example

White with #BDA3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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