Html Css Color HEX #BDA7DF Perfume

📋 copy color: '#BDA7DF'

red 189 ◦ green 167 ◦ blue 223

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

Shades of Perfume #BDA7DF

Tints of Perfume #BDA7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.84%

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

R = 32.64%
G = 28.84%
B = 38.51%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDA7DF (or 0xBDA7DF) is known color: Perfume. HEX triplet: BD, A7 and DF. RGB value is (189,167,223). Sum of RGB (Red+Green+Blue) = 189+167+223=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7DF is #425820. Grayscale: #B3B3B3. Windows color (decimal): -4347937 or 14657469. OLE color: 14657469.

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

Color convert

RGB 189 167 223 -
CMYK 0.15 0.25 0 0.13
HSL 263.57º 0.47% 0.76% -
HSV(B) 263.57º 0.25% 0.87% -
XYZ 48.12 43.78 75.73 -
YUV 179.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 189 167 223 0.15 0.25 0 0.13 263.57 0.47 0.76
Hex BD A7 DF F 19 0 D 108 2F 4C
Octal 275 247 337 17 31 0 15 410 57 114
Binary 10111101 10100111 11011111 1111 11001 0 1101 100001000 101111 1001100

Color Harmonies of #BDA7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7DF

Black with #BDA7DF

Text Example


Text Example

White with #BDA7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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