Html Css Color HEX #BDA1DB Perfume

📋 copy color: '#BDA1DB'

red 189 ◦ green 161 ◦ blue 219

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

Shades of Perfume #BDA1DB

Tints of Perfume #BDA1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.3%

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

R = 33.22%
G = 28.3%
B = 38.49%

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

#BDA1DB (or 0xBDA1DB) is known color: Perfume. HEX triplet: BD, A1 and DB. RGB value is (189,161,219). Sum of RGB (Red+Green+Blue) = 189+161+219=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1DB is #425E24. Grayscale: #AFAFAF. Windows color (decimal): -4349477 or 14393789. OLE color: 14393789.

HSL color Cylindrical-coordinate representation of color #BDA1DB: hue angle of 268.97º degrees, saturation: 0.45, 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 #BDA1DB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 161 219 -
CMYK 0.14 0.26 0 0.14
HSL 268.97º 0.45% 0.75% -
HSV(B) 268.97º 0.26% 0.86% -
XYZ 46.52 41.42 72.56 -
YUV 175.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 189 161 219 0.14 0.26 0 0.14 268.97 0.45 0.75
Hex BD A1 DB E 1A 0 E 10D 2D 4B
Octal 275 241 333 16 32 0 16 415 55 113
Binary 10111101 10100001 11011011 1110 11010 0 1110 100001101 101101 1001011

Color Harmonies of #BDA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA1DB

Black with #BDA1DB

Text Example


Text Example

White with #BDA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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