#BCACCA

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

Shades of Perfume #BCACCA

Tints of Perfume #BCACCA

Color information

#BCACCA (or 0xBCACCA) is unknown color: approx Perfume. HEX triplet: BC, AC and CA. RGB value is (188,172,202). Sum of RGB (Red+Green+Blue) = 188+172+202=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACCA is #435335. Grayscale: #B4B4B4. Windows color (decimal): -4412214 or 13282492. OLE color: 13282492.

HSL color Cylindrical-coordinate representation of color #BCACCA: hue angle of 272º 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 #BCACCA is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188172202-
CMYK0.070.1500.21
HSL272º22.06%73.33%-
HSV(B)272º14.85%79.22%-
XYZ46.1544.4662.03-
YUV180.2140.3133.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=33.45%
G=30.60%
B=35.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881722020.070.1500.2127222.0673.33
HexBCACCA7F0151101649
Octal27425431271702542026111
Binary1011110010101100110010101111111010101100010000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACCA; }

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

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

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

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

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

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

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

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