Html Css Color HEX #BDA5DB Perfume

📋 copy color: '#BDA5DB'

red 189 ◦ green 165 ◦ blue 219

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

Shades of Perfume #BDA5DB

Tints of Perfume #BDA5DB

RGB

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

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

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

R = 32.98%
G = 28.8%
B = 38.22%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA5DB (or 0xBDA5DB) is known color: Perfume. HEX triplet: BD, A5 and DB. RGB value is (189,165,219). Sum of RGB (Red+Green+Blue) = 189+165+219=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 165 (64.84% from 255 or 28.80% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5DB is #425A24. Grayscale: #B2B2B2. Windows color (decimal): -4348453 or 14394813. OLE color: 14394813.

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

Color convert

RGB 189 165 219 -
CMYK 0.14 0.25 0 0.14
HSL 266.67º 0.43% 0.75% -
HSV(B) 266.67º 0.25% 0.86% -
XYZ 47.23 42.84 72.8 -
YUV 178.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 189 165 219 0.14 0.25 0 0.14 266.67 0.43 0.75
Hex BD A5 DB E 19 0 E 10B 2B 4B
Octal 275 245 333 16 31 0 16 413 53 113
Binary 10111101 10100101 11011011 1110 11001 0 1110 100001011 101011 1001011

Color Harmonies of #BDA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5DB

Black with #BDA5DB

Text Example


Text Example

White with #BDA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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