Html Css Color HEX #BDA3DB Perfume

📋 copy color: '#BDA3DB'

red 189 ◦ green 163 ◦ blue 219

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

Shades of Perfume #BDA3DB

Tints of Perfume #BDA3DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 33.1%
G = 28.55%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA3DB (or 0xBDA3DB) is known color: Perfume. HEX triplet: BD, A3 and DB. RGB value is (189,163,219). Sum of RGB (Red+Green+Blue) = 189+163+219=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3DB is #425C24. Grayscale: #B0B0B0. Windows color (decimal): -4348965 or 14394301. OLE color: 14394301.

HSL color Cylindrical-coordinate representation of color #BDA3DB: hue angle of 267.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDA3DB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 163 219 -
CMYK 0.14 0.26 0 0.14
HSL 267.86º 0.44% 0.75% -
HSV(B) 267.86º 0.26% 0.86% -
XYZ 46.87 42.13 72.68 -
YUV 177.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 189 163 219 0.14 0.26 0 0.14 267.86 0.44 0.75
Hex BD A3 DB E 1A 0 E 10C 2C 4B
Octal 275 243 333 16 32 0 16 414 54 113
Binary 10111101 10100011 11011011 1110 11010 0 1110 100001100 101100 1001011

Color Harmonies of #BDA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA3DB

Black with #BDA3DB

Text Example


Text Example

White with #BDA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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