Html Css Color HEX #BDA9DB Perfume

📋 copy color: '#BDA9DB'

red 189 ◦ green 169 ◦ blue 219

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

Shades of Perfume #BDA9DB

Tints of Perfume #BDA9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.29%

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

R = 32.76%
G = 29.29%
B = 37.95%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA9DB (or 0xBDA9DB) is known color: Perfume. HEX triplet: BD, A9 and DB. RGB value is (189,169,219). Sum of RGB (Red+Green+Blue) = 189+169+219=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA9DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9DB is #425624. Grayscale: #B4B4B4. Windows color (decimal): -4347429 or 14395837. OLE color: 14395837.

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

Color convert

RGB 189 169 219 -
CMYK 0.14 0.23 0 0.14
HSL 264º 0.41% 0.76% -
HSV(B) 264º 0.23% 0.86% -
XYZ 47.96 44.31 73.04 -
YUV 180.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 189 169 219 0.14 0.23 0 0.14 264 0.41 0.76
Hex BD A9 DB E 17 0 E 108 29 4C
Octal 275 251 333 16 27 0 16 410 51 114
Binary 10111101 10101001 11011011 1110 10111 0 1110 100001000 101001 1001100

Color Harmonies of #BDA9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9DB

Black with #BDA9DB

Text Example


Text Example

White with #BDA9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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