#BDA8DC

Color #BDA8DC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BDA8DC

Tints of Perfume #BDA8DC

Color information

#BDA8DC (or 0xBDA8DC) is unknown color: approx Perfume. HEX triplet: BD, A8 and DC. RGB value is (189,168,220). Sum of RGB (Red+Green+Blue) = 189+168+220=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8DC is #425723. Grayscale: #B4B4B4. Windows color (decimal): -4347684 or 14461117. OLE color: 14461117.

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

Color convert

RGB189168220-
CMYK0.140.2400.14
HSL264.23º42.62%76.08%-
HSV(B)264.23º23.64%86.27%-
XYZ47.9143.9973.68-
YUV180.21150.46134.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 168 (66.02% from 255) = 29.12%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=32.76%
G=29.12%
B=38.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891682200.140.2400.14264.2342.6276.08
HexBDA8DCE180E1082b4c
Octal275250334163001641053114
Binary101111011010100011011100111011000011101000010001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA8DC; }

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

 H1.HeaderClassName
 {
   color: #BDA8DC;
 }
 .AnyTagClassName
 {
   color: #BDA8DC;
 }
</style>
background-color css

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

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

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

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

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

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