Html Css Color HEX #BEA6B2 Lily

📋 copy color: '#BEA6B2'

red 190 ◦ green 166 ◦ blue 178

#BEA6B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BEA6B2

Tints of Lily #BEA6B2

RGB

 RED value IS 190 (74.61% from 255) = 35.58%

 GREEN value IS 166 (65.23% from 255) = 31.09%

 BLUE value IS 178 (69.92% from 255) = 33.33%

R = 35.58%
G = 31.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEA6B2 (or 0xBEA6B2) is known color: Lily. HEX triplet: BE, A6 and B2. RGB value is (190,166,178). Sum of RGB (Red+Green+Blue) = 190+166+178=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6B2 is #41594D. Grayscale: #AEAEAE. Windows color (decimal): -4282702 or 11708094. OLE color: 11708094.

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

Color convert

RGB 190 166 178 -
CMYK 0 0.13 0.06 0.25
HSL 330º 0.16% 0.7% -
HSV(B) 330º 0.13% 0.75% -
XYZ 42.91 41.43 47.86 -
YUV 174.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 190 166 178 0 0.13 0.06 0.25 330 0.16 0.7
Hex BE A6 B2 0 D 6 19 14A 10 46
Octal 276 246 262 0 15 6 31 512 20 106
Binary 10111110 10100110 10110010 0 1101 110 11001 101001010 10000 1000110

Color Harmonies of #BEA6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6B2

Black with #BEA6B2

Text Example


Text Example

White with #BEA6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6B2; }

 p { color: rgb(190,166,178); }

 H1.HeaderClassName
 {
   color: #BEA6B2;
 }
 .AnyTagClassName
 {
   color: #BEA6B2;
 }
</style>

background-color css

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

 a { background-color: rgb(190,166,178); }

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

border-color css

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

 span { border-color: rgb(190,166,178); }

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