Html Css Color HEX #BDA7DB Perfume

📋 copy color: '#BDA7DB'

red 189 ◦ green 167 ◦ blue 219

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

Shades of Perfume #BDA7DB

Tints of Perfume #BDA7DB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.04%

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

R = 32.87%
G = 29.04%
B = 38.09%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDA7DB (or 0xBDA7DB) is known color: Perfume. HEX triplet: BD, A7 and DB. RGB value is (189,167,219). Sum of RGB (Red+Green+Blue) = 189+167+219=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA7DB is #425824. Grayscale: #B3B3B3. Windows color (decimal): -4347941 or 14395325. OLE color: 14395325.

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

Color convert

RGB 189 167 219 -
CMYK 0.14 0.24 0 0.14
HSL 265.38º 0.42% 0.76% -
HSV(B) 265.38º 0.24% 0.86% -
XYZ 47.59 43.57 72.92 -
YUV 179.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 189 167 219 0.14 0.24 0 0.14 265.38 0.42 0.76
Hex BD A7 DB E 18 0 E 109 2A 4C
Octal 275 247 333 16 30 0 16 411 52 114
Binary 10111101 10100111 11011011 1110 11000 0 1110 100001001 101010 1001100

Color Harmonies of #BDA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7DB

Black with #BDA7DB

Text Example


Text Example

White with #BDA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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