#BDADCD

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

Shades of Perfume #BDADCD

Tints of Perfume #BDADCD

Color information

#BDADCD (or 0xBDADCD) is unknown color: approx Perfume. HEX triplet: BD, AD and CD. RGB value is (189,173,205). Sum of RGB (Red+Green+Blue) = 189+173+205=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADCD is #425232. Grayscale: #B5B5B5. Windows color (decimal): -4346419 or 13479357. OLE color: 13479357.

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

Color convert

RGB189173205-
CMYK0.080.1600.20
HSL270º24.24%74.12%-
HSV(B)270º15.61%80.39%-
XYZ46.9545.1163.99-
YUV181.43141.3133.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=33.33%
G=30.51%
B=36.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891732050.080.1600.2027024.2474.12
HexBDADCD81001410e184a
Octal275255315102002441630112
Binary101111011010110111001101100010000010100100001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADCD; }

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

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

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

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

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

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

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

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