Html Css Color HEX #BEA1C3 Lola

📋 copy color: '#BEA1C3'

red 190 ◦ green 161 ◦ blue 195

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

Shades of Lola #BEA1C3

Tints of Lola #BEA1C3

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.49%

 BLUE value IS 195 (76.56% from 255) = 35.71%

R = 34.8%
G = 29.49%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEA1C3 (or 0xBEA1C3) is known color: Lola. HEX triplet: BE, A1 and C3. RGB value is (190,161,195). Sum of RGB (Red+Green+Blue) = 190+161+195=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 195 (76.56% from 255 or 35.71% from 546); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEA1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1C3 is #415E3C. Grayscale: #ADADAD. Windows color (decimal): -4283965 or 12820926. OLE color: 12820926.

HSL color Cylindrical-coordinate representation of color #BEA1C3: hue angle of 291.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA1C3 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 161 195 -
CMYK 0.03 0.17 0 0.24
HSL 291.18º 0.22% 0.7% -
HSV(B) 291.18º 0.17% 0.76% -
XYZ 43.83 40.38 57.11 -
YUV 173.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 190 161 195 0.03 0.17 0 0.24 291.18 0.22 0.7
Hex BE A1 C3 3 11 0 18 123 16 46
Octal 276 241 303 3 21 0 30 443 26 106
Binary 10111110 10100001 11000011 11 10001 0 11000 100100011 10110 1000110

Color Harmonies of #BEA1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1C3

Black with #BEA1C3

Text Example


Text Example

White with #BEA1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1C3; }

 p { color: rgb(190,161,195); }

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

background-color css

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

 a { background-color: rgb(190,161,195); }

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

border-color css

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

 span { border-color: rgb(190,161,195); }

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