Html Css Color HEX #BEAFC1 Lola

📋 copy color: '#BEAFC1'

red 190 ◦ green 175 ◦ blue 193

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

Shades of Lola #BEAFC1

Tints of Lola #BEAFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 34.05%
G = 31.36%
B = 34.59%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEAFC1 (or 0xBEAFC1) is known color: Lola. HEX triplet: BE, AF and C1. RGB value is (190,175,193). Sum of RGB (Red+Green+Blue) = 190+175+193=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #BEAFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC1 is #41503E. Grayscale: #B5B5B5. Windows color (decimal): -4280383 or 12693438. OLE color: 12693438.

HSL color Cylindrical-coordinate representation of color #BEAFC1: hue angle of 290º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BEAFC1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 175 193 -
CMYK 0.02 0.09 0 0.24
HSL 290º 0.13% 0.72% -
HSV(B) 290º 0.09% 0.76% -
XYZ 46.19 45.46 56.79 -
YUV 181.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 190 175 193 0.02 0.09 0 0.24 290 0.13 0.72
Hex BE AF C1 2 9 0 18 122 D 48
Octal 276 257 301 2 11 0 30 442 15 110
Binary 10111110 10101111 11000001 10 1001 0 11000 100100010 1101 1001000

Color Harmonies of #BEAFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFC1

Black with #BEAFC1

Text Example


Text Example

White with #BEAFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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