Html Css Color HEX #BEA7C6 Lola

📋 copy color: '#BEA7C6'

red 190 ◦ green 167 ◦ blue 198

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

Shades of Lola #BEA7C6

Tints of Lola #BEA7C6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

 BLUE value IS 198 (77.73% from 255) = 35.68%

R = 34.23%
G = 30.09%
B = 35.68%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEA7C6 (or 0xBEA7C6) is known color: Lola. HEX triplet: BE, A7 and C6. RGB value is (190,167,198). Sum of RGB (Red+Green+Blue) = 190+167+198=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7C6 is #415839. Grayscale: #B1B1B1. Windows color (decimal): -4282426 or 13019070. OLE color: 13019070.

HSL color Cylindrical-coordinate representation of color #BEA7C6: hue angle of 284.52º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA7C6 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 167 198 -
CMYK 0.04 0.16 0 0.22
HSL 284.52º 0.21% 0.72% -
HSV(B) 284.52º 0.16% 0.78% -
XYZ 45.25 42.66 59.28 -
YUV 177.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 190 167 198 0.04 0.16 0 0.22 284.52 0.21 0.72
Hex BE A7 C6 4 10 0 16 11D 15 48
Octal 276 247 306 4 20 0 26 435 25 110
Binary 10111110 10100111 11000110 100 10000 0 10110 100011101 10101 1001000

Color Harmonies of #BEA7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7C6

Black with #BEA7C6

Text Example


Text Example

White with #BEA7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7C6; }

 p { color: rgb(190,167,198); }

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

background-color css

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

 a { background-color: rgb(190,167,198); }

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

border-color css

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

 span { border-color: rgb(190,167,198); }

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