Html Css Color HEX #BDA3D7 Perfume

📋 copy color: '#BDA3D7'

red 189 ◦ green 163 ◦ blue 215

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

Shades of Perfume #BDA3D7

Tints of Perfume #BDA3D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 33.33%
G = 28.75%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDA3D7 (or 0xBDA3D7) is known color: Perfume. HEX triplet: BD, A3 and D7. RGB value is (189,163,215). Sum of RGB (Red+Green+Blue) = 189+163+215=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 163 (64.06% from 255 or 28.75% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDA3D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3D7 is #425C28. Grayscale: #B0B0B0. Windows color (decimal): -4348969 or 14132157. OLE color: 14132157.

HSL color Cylindrical-coordinate representation of color #BDA3D7: hue angle of 270º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDA3D7 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 163 215 -
CMYK 0.12 0.24 0 0.16
HSL 270º 0.39% 0.74% -
HSV(B) 270º 0.24% 0.84% -
XYZ 46.35 41.92 69.94 -
YUV 176.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 189 163 215 0.12 0.24 0 0.16 270 0.39 0.74
Hex BD A3 D7 C 18 0 10 10E 27 4A
Octal 275 243 327 14 30 0 20 416 47 112
Binary 10111101 10100011 11010111 1100 11000 0 10000 100001110 100111 1001010

Color Harmonies of #BDA3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3D7

Black with #BDA3D7

Text Example


Text Example

White with #BDA3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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