#BEA8B0

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

Shades of Lily #BEA8B0

Tints of Lily #BEA8B0

Color information

#BEA8B0 (or 0xBEA8B0) is unknown color: approx Lily. HEX triplet: BE, A8 and B0. RGB value is (190,168,176). Sum of RGB (Red+Green+Blue) = 190+168+176=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8B0 is #41574F. Grayscale: #AFAFAF. Windows color (decimal): -4282192 or 11577534. OLE color: 11577534.

HSL color Cylindrical-coordinate representation of color #BEA8B0: hue angle of 338.18º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA8B0 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB190168176-
CMYK00.120.070.25
HSL338.18º14.47%70.2%-
HSV(B)338.18º11.58%74.51%-
XYZ43.0742.0946.93-
YUV175.49128.29138.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.58%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=35.58%
G=31.46%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016817600.120.070.25338.1814.4770.2
HexBEA8B00C719152e46
Octal27625026001473152216106
Binary101111101010100010110000011001111100110101001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8B0; }

 p { color: rgb(190,168,176); }

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

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

 a { background-color: rgb(190,168,176); }

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

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

 span { border-color: rgb(190,168,176); }

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