#BCAEB6

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

Shades of Lily #BCAEB6

Tints of Lily #BCAEB6

Color information

#BCAEB6 (or 0xBCAEB6) is unknown color: approx Lily. HEX triplet: BC, AE and B6. RGB value is (188,174,182). Sum of RGB (Red+Green+Blue) = 188+174+182=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEB6 is #435149. Grayscale: #B3B3B3. Windows color (decimal): -4411722 or 11972284. OLE color: 11972284.

HSL color Cylindrical-coordinate representation of color #BCAEB6: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAEB6 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188174182-
CMYK00.070.030.26
HSL325.71º9.46%70.98%-
HSV(B)325.71º7.45%73.73%-
XYZ44.3244.3450.48-
YUV179.1129.64134.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.56%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 182 (71.48% from 255) = 33.46%
R=34.56%
G=31.99%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817418200.070.030.26325.719.4670.98
HexBCAEB60731A146947
Octal2742562660733250611107
Binary1011110010101110101101100111111101010100011010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAEB6; }

 p { color: rgb(188,174,182); }

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

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

 a { background-color: rgb(188,174,182); }

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

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

 span { border-color: rgb(188,174,182); }

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