#BCADCA

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

Shades of Perfume #BCADCA

Tints of Perfume #BCADCA

Color information

#BCADCA (or 0xBCADCA) is unknown color: approx Perfume. HEX triplet: BC, AD and CA. RGB value is (188,173,202). Sum of RGB (Red+Green+Blue) = 188+173+202=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 173 (67.97% from 255 or 30.73% 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 #BCADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADCA is #435235. Grayscale: #B4B4B4. Windows color (decimal): -4411958 or 13282748. OLE color: 13282748.

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

Color convert

RGB188173202-
CMYK0.070.1400.21
HSL271.03º21.48%73.53%-
HSV(B)271.03º14.36%79.22%-
XYZ46.3444.8462.09-
YUV180.79139.97133.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=33.39%
G=30.73%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881732020.070.1400.21271.0321.4873.53
HexBCADCA7E01510f154a
Octal27425531271602541725112
Binary1011110010101101110010101111110010101100001111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADCA; }

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

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

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

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

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

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

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

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