Html Css Color HEX #BEADC0 Lola

📋 copy color: '#BEADC0'

red 190 ◦ green 173 ◦ blue 192

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

Shades of Lola #BEADC0

Tints of Lola #BEADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.17%

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

R = 34.23%
G = 31.17%
B = 34.59%

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

#BEADC0 (or 0xBEADC0) is known color: Lola. HEX triplet: BE, AD and C0. RGB value is (190,173,192). Sum of RGB (Red+Green+Blue) = 190+173+192=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #BEADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADC0 is #41523F. Grayscale: #B4B4B4. Windows color (decimal): -4280896 or 12627390. OLE color: 12627390.

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

Color convert

RGB 190 173 192 -
CMYK 0.01 0.10 0 0.25
HSL 293.68º 0.13% 0.72% -
HSV(B) 293.68º 0.1% 0.75% -
XYZ 45.69 44.64 56.08 -
YUV 180.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 190 173 192 0.01 0.10 0 0.25 293.68 0.13 0.72
Hex BE AD C0 1 A 0 19 126 D 48
Octal 276 255 300 1 12 0 31 446 15 110
Binary 10111110 10101101 11000000 1 1010 0 11001 100100110 1101 1001000

Color Harmonies of #BEADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEADC0

Black with #BEADC0

Text Example


Text Example

White with #BEADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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