Html Css Color HEX #BE9EC8 Lola

📋 copy color: '#BE9EC8'

red 190 ◦ green 158 ◦ blue 200

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

Shades of Lola #BE9EC8

Tints of Lola #BE9EC8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.83%

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

R = 34.67%
G = 28.83%
B = 36.5%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE9EC8 (or 0xBE9EC8) is known color: Lola. HEX triplet: BE, 9E and C8. RGB value is (190,158,200). Sum of RGB (Red+Green+Blue) = 190+158+200=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE9EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EC8 is #416137. Grayscale: #ACACAC. Windows color (decimal): -4284728 or 13147838. OLE color: 13147838.

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

Color convert

RGB 190 158 200 -
CMYK 0.05 0.21 0 0.22
HSL 285.71º 0.28% 0.7% -
HSV(B) 285.71º 0.21% 0.78% -
XYZ 43.89 39.57 59.97 -
YUV 172.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 190 158 200 0.05 0.21 0 0.22 285.71 0.28 0.7
Hex BE 9E C8 5 15 0 16 11E 1C 46
Octal 276 236 310 5 25 0 26 436 34 106
Binary 10111110 10011110 11001000 101 10101 0 10110 100011110 11100 1000110

Color Harmonies of #BE9EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9EC8

Black with #BE9EC8

Text Example


Text Example

White with #BE9EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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