#BDAACA

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

Shades of Perfume #BDAACA

Tints of Perfume #BDAACA

Color information

#BDAACA (or 0xBDAACA) is unknown color: approx Perfume. HEX triplet: BD, AA and CA. RGB value is (189,170,202). Sum of RGB (Red+Green+Blue) = 189+170+202=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAACA is #425535. Grayscale: #B3B3B3. Windows color (decimal): -4347190 or 13281981. OLE color: 13281981.

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

Color convert

RGB189170202-
CMYK0.060.1600.21
HSL275.62º23.19%72.94%-
HSV(B)275.62º15.84%79.22%-
XYZ46.0243.8361.91-
YUV179.33140.79134.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=33.69%
G=30.30%
B=36.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891702020.060.1600.21275.6223.1972.94
HexBDAACA6100151141749
Octal27525231262002542427111
Binary10111101101010101100101011010000010101100010100101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAACA; }

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

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

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

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

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

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

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

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