Html Css Color HEX #BEAFC2 Lola

📋 copy color: '#BEAFC2'

red 190 ◦ green 175 ◦ blue 194

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

Shades of Lola #BEAFC2

Tints of Lola #BEAFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.7%

R = 33.99%
G = 31.31%
B = 34.7%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEAFC2 (or 0xBEAFC2) is known color: Lola. HEX triplet: BE, AF and C2. RGB value is (190,175,194). Sum of RGB (Red+Green+Blue) = 190+175+194=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEAFC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC2 is #41503D. Grayscale: #B5B5B5. Windows color (decimal): -4280382 or 12758974. OLE color: 12758974.

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

Color convert

RGB 190 175 194 -
CMYK 0.02 0.10 0 0.24
HSL 287.37º 0.13% 0.72% -
HSV(B) 287.37º 0.1% 0.76% -
XYZ 46.3 45.5 57.38 -
YUV 181.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 190 175 194 0.02 0.10 0 0.24 287.37 0.13 0.72
Hex BE AF C2 2 A 0 18 11F D 48
Octal 276 257 302 2 12 0 30 437 15 110
Binary 10111110 10101111 11000010 10 1010 0 11000 100011111 1101 1001000

Color Harmonies of #BEAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAFC2

Black with #BEAFC2

Text Example


Text Example

White with #BEAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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