#BDA2DC

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

Shades of Perfume #BDA2DC

Tints of Perfume #BDA2DC

Color information

#BDA2DC (or 0xBDA2DC) is unknown color: approx Perfume. HEX triplet: BD, A2 and DC. RGB value is (189,162,220). Sum of RGB (Red+Green+Blue) = 189+162+220=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2DC is #425D23. Grayscale: #B0B0B0. Windows color (decimal): -4349220 or 14459581. OLE color: 14459581.

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

Color convert

RGB189162220-
CMYK0.140.2600.14
HSL267.93º45.31%74.9%-
HSV(B)267.93º26.36%86.27%-
XYZ46.8241.8373.32-
YUV176.68152.45136.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.10%
GREEN value IS 162 (63.67% from 255) = 28.37%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=33.10%
G=28.37%
B=38.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891622200.140.2600.14267.9345.3174.9
HexBDA2DCE1A0E10c2d4b
Octal275242334163201641455113
Binary101111011010001011011100111011010011101000011001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2DC; }

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

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

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

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

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

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

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

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