Html Css Color HEX #BEACC3 Lola

📋 copy color: '#BEACC3'

red 190 ◦ green 172 ◦ blue 195

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

Shades of Lola #BEACC3

Tints of Lola #BEACC3

RGB

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

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

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

R = 34.11%
G = 30.88%
B = 35.01%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BEACC3 (or 0xBEACC3) is known color: Lola. HEX triplet: BE, AC and C3. RGB value is (190,172,195). Sum of RGB (Red+Green+Blue) = 190+172+195=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #BEACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACC3 is #41533C. Grayscale: #B3B3B3. Windows color (decimal): -4281149 or 12823742. OLE color: 12823742.

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

Color convert

RGB 190 172 195 -
CMYK 0.03 0.12 0 0.24
HSL 286.96º 0.16% 0.72% -
HSV(B) 286.96º 0.12% 0.76% -
XYZ 45.84 44.39 57.78 -
YUV 180 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 190 172 195 0.03 0.12 0 0.24 286.96 0.16 0.72
Hex BE AC C3 3 C 0 18 11F 10 48
Octal 276 254 303 3 14 0 30 437 20 110
Binary 10111110 10101100 11000011 11 1100 0 11000 100011111 10000 1001000

Color Harmonies of #BEACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACC3

Black with #BEACC3

Text Example


Text Example

White with #BEACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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