Html Css Color HEX #BEACC6 Lola

📋 copy color: '#BEACC6'

red 190 ◦ green 172 ◦ blue 198

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

Shades of Lola #BEACC6

Tints of Lola #BEACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 33.93%
G = 30.71%
B = 35.36%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEACC6 (or 0xBEACC6) is known color: Lola. HEX triplet: BE, AC and C6. RGB value is (190,172,198). Sum of RGB (Red+Green+Blue) = 190+172+198=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #BEACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC6 is #415339. Grayscale: #B4B4B4. Windows color (decimal): -4281146 or 13020350. OLE color: 13020350.

HSL color Cylindrical-coordinate representation of color #BEACC6: hue angle of 281.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEACC6 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 172 198 -
CMYK 0.04 0.13 0 0.22
HSL 281.54º 0.19% 0.73% -
HSV(B) 281.54º 0.13% 0.78% -
XYZ 46.18 44.53 59.59 -
YUV 180.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 190 172 198 0.04 0.13 0 0.22 281.54 0.19 0.73
Hex BE AC C6 4 D 0 16 11A 13 49
Octal 276 254 306 4 15 0 26 432 23 111
Binary 10111110 10101100 11000110 100 1101 0 10110 100011010 10011 1001001

Color Harmonies of #BEACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACC6

Black with #BEACC6

Text Example


Text Example

White with #BEACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACC6; }

 p { color: rgb(190,172,198); }

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

background-color css

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

 a { background-color: rgb(190,172,198); }

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

border-color css

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

 span { border-color: rgb(190,172,198); }

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