#BCADB6

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

Shades of Lily #BCADB6

Tints of Lily #BCADB6

Color information

#BCADB6 (or 0xBCADB6) is unknown color: approx Lily. HEX triplet: BC, AD and B6. RGB value is (188,173,182). Sum of RGB (Red+Green+Blue) = 188+173+182=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 188 - color contains mainly: red. Hex color #BCADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADB6 is #435249. Grayscale: #B2B2B2. Windows color (decimal): -4411978 or 11972028. OLE color: 11972028.

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

Color convert

RGB188173182-
CMYK00.080.030.26
HSL324º10.07%70.78%-
HSV(B)324º7.98%73.73%-
XYZ44.1343.9650.41-
YUV178.51129.97134.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=34.62%
G=31.86%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817318200.080.030.2632410.0770.78
HexBCADB60831A144a47
Octal27425526601033250412107
Binary10111100101011011011011001000111101010100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADB6; }

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

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

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

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

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

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

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

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