Html Css Color HEX #BEACC1 Lola

📋 copy color: '#BEACC1'

red 190 ◦ green 172 ◦ blue 193

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

Shades of Lola #BEACC1

Tints of Lola #BEACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.99%

 BLUE value IS 193 (75.78% from 255) = 34.77%

R = 34.23%
G = 30.99%
B = 34.77%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEACC1 (or 0xBEACC1) is known color: Lola. HEX triplet: BE, AC and C1. RGB value is (190,172,193). Sum of RGB (Red+Green+Blue) = 190+172+193=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC1 is #41533E. Grayscale: #B3B3B3. Windows color (decimal): -4281151 or 12692670. OLE color: 12692670.

HSL color Cylindrical-coordinate representation of color #BEACC1: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEACC1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 172 193 -
CMYK 0.02 0.11 0 0.24
HSL 291.43º 0.14% 0.72% -
HSV(B) 291.43º 0.11% 0.76% -
XYZ 45.61 44.3 56.6 -
YUV 179.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 190 172 193 0.02 0.11 0 0.24 291.43 0.14 0.72
Hex BE AC C1 2 B 0 18 123 E 48
Octal 276 254 301 2 13 0 30 443 16 110
Binary 10111110 10101100 11000001 10 1011 0 11000 100100011 1110 1001000

Color Harmonies of #BEACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACC1

Black with #BEACC1

Text Example


Text Example

White with #BEACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACC1; }

 p { color: rgb(190,172,193); }

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

background-color css

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

 a { background-color: rgb(190,172,193); }

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

border-color css

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

 span { border-color: rgb(190,172,193); }

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