#BDA3CC

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

Shades of Perfume #BDA3CC

Tints of Perfume #BDA3CC

Color information

#BDA3CC (or 0xBDA3CC) is unknown color: approx Perfume. HEX triplet: BD, A3 and CC. RGB value is (189,163,204). Sum of RGB (Red+Green+Blue) = 189+163+204=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3CC is #425C33. Grayscale: #AFAFAF. Windows color (decimal): -4348980 or 13411261. OLE color: 13411261.

HSL color Cylindrical-coordinate representation of color #BDA3CC: hue angle of 278.05º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA3CC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB189163204-
CMYK0.070.2000.2
HSL278.05º28.67%71.96%-
HSV(B)278.05º20.1%80%-
XYZ44.9841.3762.74-
YUV175.45144.11137.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=33.99%
G=29.32%
B=36.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891632040.070.2000.2278.0528.6771.96
HexBDA3CC7140141161d48
Octal27524331472402442635110
Binary10111101101000111100110011110100010100100010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA3CC; }

 p { color: rgb(189,163,204); }

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

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

 a { background-color: rgb(189,163,204); }

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

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

 span { border-color: rgb(189,163,204); }

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