Html Css Color HEX #BEAFC3 Lola

📋 copy color: '#BEAFC3'

red 190 ◦ green 175 ◦ blue 195

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

Shades of Lola #BEAFC3

Tints of Lola #BEAFC3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.25%

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

R = 33.93%
G = 31.25%
B = 34.82%

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

#BEAFC3 (or 0xBEAFC3) is known color: Lola. HEX triplet: BE, AF and C3. RGB value is (190,175,195). Sum of RGB (Red+Green+Blue) = 190+175+195=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC3 is #41503C. Grayscale: #B5B5B5. Windows color (decimal): -4280381 or 12824510. OLE color: 12824510.

HSL color Cylindrical-coordinate representation of color #BEAFC3: hue angle of 285º 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 #BEAFC3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 175 195 -
CMYK 0.03 0.10 0 0.24
HSL 285º 0.14% 0.73% -
HSV(B) 285º 0.1% 0.76% -
XYZ 46.42 45.55 57.97 -
YUV 181.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 190 175 195 0.03 0.10 0 0.24 285 0.14 0.73
Hex BE AF C3 3 A 0 18 11D E 49
Octal 276 257 303 3 12 0 30 435 16 111
Binary 10111110 10101111 11000011 11 1010 0 11000 100011101 1110 1001001

Color Harmonies of #BEAFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFC3

Black with #BEAFC3

Text Example


Text Example

White with #BEAFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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