Html Css Color HEX #BEACC0 Lola

📋 copy color: '#BEACC0'

red 190 ◦ green 172 ◦ blue 192

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

Shades of Lola #BEACC0

Tints of Lola #BEACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 34.3%
G = 31.05%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BEACC0 (or 0xBEACC0) is known color: Lola. HEX triplet: BE, AC and C0. RGB value is (190,172,192). Sum of RGB (Red+Green+Blue) = 190+172+192=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC0 is #41533F. Grayscale: #B3B3B3. Windows color (decimal): -4281152 or 12627134. OLE color: 12627134.

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

Color convert

RGB 190 172 192 -
CMYK 0.01 0.10 0 0.25
HSL 294º 0.14% 0.71% -
HSV(B) 294º 0.1% 0.75% -
XYZ 45.5 44.26 56.01 -
YUV 179.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 190 172 192 0.01 0.10 0 0.25 294 0.14 0.71
Hex BE AC C0 1 A 0 19 126 E 47
Octal 276 254 300 1 12 0 31 446 16 107
Binary 10111110 10101100 11000000 1 1010 0 11001 100100110 1110 1000111

Color Harmonies of #BEACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACC0

Black with #BEACC0

Text Example


Text Example

White with #BEACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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