Html Css Color HEX #BE9EC6 Lola

📋 copy color: '#BE9EC6'

red 190 ◦ green 158 ◦ blue 198

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

Shades of Lola #BE9EC6

Tints of Lola #BE9EC6

RGB

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

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

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

R = 34.8%
G = 28.94%
B = 36.26%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE9EC6 (or 0xBE9EC6) is known color: Lola. HEX triplet: BE, 9E and C6. RGB value is (190,158,198). Sum of RGB (Red+Green+Blue) = 190+158+198=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE9EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9EC6 is #416139. Grayscale: #ACACAC. Windows color (decimal): -4284730 or 13016766. OLE color: 13016766.

HSL color Cylindrical-coordinate representation of color #BE9EC6: hue angle of 288º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BE9EC6 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 158 198 -
CMYK 0.04 0.20 0 0.22
HSL 288º 0.26% 0.7% -
HSV(B) 288º 0.2% 0.78% -
XYZ 43.66 39.48 58.75 -
YUV 172.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 190 158 198 0.04 0.20 0 0.22 288 0.26 0.7
Hex BE 9E C6 4 14 0 16 120 1A 46
Octal 276 236 306 4 24 0 26 440 32 106
Binary 10111110 10011110 11000110 100 10100 0 10110 100100000 11010 1000110

Color Harmonies of #BE9EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9EC6

Black with #BE9EC6

Text Example


Text Example

White with #BE9EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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