#BDACCA

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

Shades of Perfume #BDACCA

Tints of Perfume #BDACCA

Color information

#BDACCA (or 0xBDACCA) is unknown color: approx Perfume. HEX triplet: BD, AC and CA. RGB value is (189,172,202). Sum of RGB (Red+Green+Blue) = 189+172+202=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACCA is #425335. Grayscale: #B4B4B4. Windows color (decimal): -4346678 or 13282493. OLE color: 13282493.

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

Color convert

RGB189172202-
CMYK0.060.1500.21
HSL274º22.06%73.33%-
HSV(B)274º14.85%79.22%-
XYZ46.444.5962.04-
YUV180.5140.13134.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=33.57%
G=30.55%
B=35.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891722020.060.1500.2127422.0673.33
HexBDACCA6F0151121649
Octal27525431261702542226111
Binary1011110110101100110010101101111010101100010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACCA; }

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

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

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

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

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

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

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

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