Html Css Color HEX #BDA8DB Perfume

📋 copy color: '#BDA8DB'

red 189 ◦ green 168 ◦ blue 219

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

Shades of Perfume #BDA8DB

Tints of Perfume #BDA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

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

R = 32.81%
G = 29.17%
B = 38.02%

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

#BDA8DB (or 0xBDA8DB) is known color: Perfume. HEX triplet: BD, A8 and DB. RGB value is (189,168,219). Sum of RGB (Red+Green+Blue) = 189+168+219=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8DB is #425724. Grayscale: #B3B3B3. Windows color (decimal): -4347685 or 14395581. OLE color: 14395581.

HSL color Cylindrical-coordinate representation of color #BDA8DB: hue angle of 264.71º 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 #BDA8DB is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 168 219 -
CMYK 0.14 0.23 0 0.14
HSL 264.71º 0.41% 0.76% -
HSV(B) 264.71º 0.23% 0.86% -
XYZ 47.78 43.94 72.98 -
YUV 180.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 189 168 219 0.14 0.23 0 0.14 264.71 0.41 0.76
Hex BD A8 DB E 17 0 E 109 29 4C
Octal 275 250 333 16 27 0 16 411 51 114
Binary 10111101 10101000 11011011 1110 10111 0 1110 100001001 101001 1001100

Color Harmonies of #BDA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8DB

Black with #BDA8DB

Text Example


Text Example

White with #BDA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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