#BDABD0

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

Shades of Perfume #BDABD0

Tints of Perfume #BDABD0

Color information

#BDABD0 (or 0xBDABD0) is unknown color: approx Perfume. HEX triplet: BD, AB and D0. RGB value is (189,171,208). Sum of RGB (Red+Green+Blue) = 189+171+208=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABD0 is #42542F. Grayscale: #B4B4B4. Windows color (decimal): -4346928 or 13675453. OLE color: 13675453.

HSL color Cylindrical-coordinate representation of color #BDABD0: hue angle of 269.19º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDABD0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189171208-
CMYK0.090.1800.18
HSL269.19º28.24%74.31%-
HSV(B)269.19º17.79%81.57%-
XYZ46.9344.565.79-
YUV180.6143.46133.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.27%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=33.27%
G=30.11%
B=36.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891712080.090.1800.18269.1928.2474.31
HexBDABD091201210d1c4a
Octal275253320112202241534112
Binary101111011010101111010000100110010010010100001101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABD0; }

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

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

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

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

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

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

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

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