Html Css Color HEX #BEB0C3 Lola

📋 copy color: '#BEB0C3'

red 190 ◦ green 176 ◦ blue 195

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

Shades of Lola #BEB0C3

Tints of Lola #BEB0C3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.37%

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

R = 33.87%
G = 31.37%
B = 34.76%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEB0C3 (or 0xBEB0C3) is known color: Lola. HEX triplet: BE, B0 and C3. RGB value is (190,176,195). Sum of RGB (Red+Green+Blue) = 190+176+195=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEB0C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB0C3 is #414F3C. Grayscale: #B6B6B6. Windows color (decimal): -4280125 or 12824766. OLE color: 12824766.

HSL color Cylindrical-coordinate representation of color #BEB0C3: hue angle of 284.21º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEB0C3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 176 195 -
CMYK 0.03 0.10 0 0.24
HSL 284.21º 0.14% 0.73% -
HSV(B) 284.21º 0.1% 0.76% -
XYZ 46.61 45.94 58.04 -
YUV 182.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 190 176 195 0.03 0.10 0 0.24 284.21 0.14 0.73
Hex BE B0 C3 3 A 0 18 11C E 49
Octal 276 260 303 3 12 0 30 434 16 111
Binary 10111110 10110000 11000011 11 1010 0 11000 100011100 1110 1001001

Color Harmonies of #BEB0C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0C3

Black with #BEB0C3

Text Example


Text Example

White with #BEB0C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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