Html Css Color HEX #BEA6C8 Lola

📋 copy color: '#BEA6C8'

red 190 ◦ green 166 ◦ blue 200

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

Shades of Lola #BEA6C8

Tints of Lola #BEA6C8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.86%

 BLUE value IS 200 (78.52% from 255) = 35.97%

R = 34.17%
G = 29.86%
B = 35.97%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BEA6C8 (or 0xBEA6C8) is known color: Lola. HEX triplet: BE, A6 and C8. RGB value is (190,166,200). Sum of RGB (Red+Green+Blue) = 190+166+200=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #BEA6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6C8 is #415937. Grayscale: #B0B0B0. Windows color (decimal): -4282680 or 13149886. OLE color: 13149886.

HSL color Cylindrical-coordinate representation of color #BEA6C8: hue angle of 282.35º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEA6C8 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 166 200 -
CMYK 0.05 0.17 0 0.22
HSL 282.35º 0.24% 0.72% -
HSV(B) 282.35º 0.17% 0.78% -
XYZ 45.3 42.39 60.44 -
YUV 177.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 190 166 200 0.05 0.17 0 0.22 282.35 0.24 0.72
Hex BE A6 C8 5 11 0 16 11A 18 48
Octal 276 246 310 5 21 0 26 432 30 110
Binary 10111110 10100110 11001000 101 10001 0 10110 100011010 11000 1001000

Color Harmonies of #BEA6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6C8

Black with #BEA6C8

Text Example


Text Example

White with #BEA6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6C8; }

 p { color: rgb(190,166,200); }

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

background-color css

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

 a { background-color: rgb(190,166,200); }

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

border-color css

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

 span { border-color: rgb(190,166,200); }

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