#BDABCD

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

Shades of Perfume #BDABCD

Tints of Perfume #BDABCD

Color information

#BDABCD (or 0xBDABCD) is unknown color: approx Perfume. HEX triplet: BD, AB and CD. RGB value is (189,171,205). Sum of RGB (Red+Green+Blue) = 189+171+205=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABCD is #425432. Grayscale: #B4B4B4. Windows color (decimal): -4346931 or 13478845. OLE color: 13478845.

HSL color Cylindrical-coordinate representation of color #BDABCD: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDABCD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189171205-
CMYK0.080.1700.20
HSL271.76º25.37%73.73%-
HSV(B)271.76º16.59%80.39%-
XYZ46.5744.3563.86-
YUV180.26141.96134.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 171 (67.19% from 255) = 30.27%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=33.45%
G=30.27%
B=36.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891712050.080.1700.20271.7625.3773.73
HexBDABCD811014110194a
Octal275253315102102442031112
Binary101111011010101111001101100010001010100100010000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABCD; }

 p { color: rgb(189,171,205); }

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

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

 a { background-color: rgb(189,171,205); }

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

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

 span { border-color: rgb(189,171,205); }

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