#BEAFBF

Color #BEAFBF Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #BEAFBF

Tints of Lola #BEAFBF

Color information

#BEAFBF (or 0xBEAFBF) is unknown color: approx Lola. HEX triplet: BE, AF and BF. RGB value is (190,175,191). Sum of RGB (Red+Green+Blue) = 190+175+191=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEAFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFBF is #415040. Grayscale: #B5B5B5. Windows color (decimal): -4280385 or 12562366. OLE color: 12562366.

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

Color convert

RGB190175191-
CMYK0.010.0800.25
HSL296.25º11.11%71.76%-
HSV(B)296.25º8.38%74.9%-
XYZ45.9745.3755.62-
YUV181.31133.47134.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 191 (75% from 255) = 34.35%
R=34.17%
G=31.47%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901751910.010.0800.25296.2511.1171.76
HexBEAFBF18019128b48
Octal27625727711003145013110
Binary1011111010101111101111111100001100110010100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFBF; }

 p { color: rgb(190,175,191); }

 H1.HeaderClassName
 {
   color: #BEAFBF;
 }
 .AnyTagClassName
 {
   color: #BEAFBF;
 }
</style>
background-color css

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

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

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

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

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

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