#BDADCA

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

Shades of Perfume #BDADCA

Tints of Perfume #BDADCA

Color information

#BDADCA (or 0xBDADCA) is unknown color: approx Perfume. HEX triplet: BD, AD and CA. RGB value is (189,173,202). Sum of RGB (Red+Green+Blue) = 189+173+202=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADCA is #425235. Grayscale: #B4B4B4. Windows color (decimal): -4346422 or 13282749. OLE color: 13282749.

HSL color Cylindrical-coordinate representation of color #BDADCA: hue angle of 273.1º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDADCA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189173202-
CMYK0.060.1400.21
HSL273.1º21.48%73.53%-
HSV(B)273.1º14.36%79.22%-
XYZ46.5944.9762.1-
YUV181.09139.8133.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=33.51%
G=30.67%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891732020.060.1400.21273.121.4873.53
HexBDADCA6E015111154a
Octal27525531261602542125112
Binary1011110110101101110010101101110010101100010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADCA; }

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

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

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

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

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

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

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

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