Html Css Color HEX #BEACBE Lola

📋 copy color: '#BEACBE'

red 190 ◦ green 172 ◦ blue 190

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

Shades of Lola #BEACBE

Tints of Lola #BEACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.42%

R = 34.42%
G = 31.16%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEACBE (or 0xBEACBE) is known color: Lola. HEX triplet: BE, AC and BE. RGB value is (190,172,190). Sum of RGB (Red+Green+Blue) = 190+172+190=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BEACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACBE is #415341. Grayscale: #B3B3B3. Windows color (decimal): -4281154 or 12496062. OLE color: 12496062.

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

Color convert

RGB 190 172 190 -
CMYK 0 0.09 0 0.25
HSL 300º 0.12% 0.71% -
HSV(B) 300º 0.09% 0.75% -
XYZ 45.28 44.17 54.85 -
YUV 179.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 190 172 190 0 0.09 0 0.25 300 0.12 0.71
Hex BE AC BE 0 9 0 19 12C C 47
Octal 276 254 276 0 11 0 31 454 14 107
Binary 10111110 10101100 10111110 0 1001 0 11001 100101100 1100 1000111

Color Harmonies of #BEACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACBE

Black with #BEACBE

Text Example


Text Example

White with #BEACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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