Html Css Color HEX #B99EC1 Lola

📋 copy color: '#B99EC1'

red 185 ◦ green 158 ◦ blue 193

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

Shades of Lola #B99EC1

Tints of Lola #B99EC1

RGB

 RED value IS 185 (72.66% from 255) = 34.51%

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

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 34.51%
G = 29.48%
B = 36.01%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B99EC1 (or 0xB99EC1) is known color: Lola. HEX triplet: B9, 9E and C1. RGB value is (185,158,193). Sum of RGB (Red+Green+Blue) = 185+158+193=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #B99EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EC1 is #46613E. Grayscale: #A9A9A9. Windows color (decimal): -4612415 or 12689081. OLE color: 12689081.

HSL color Cylindrical-coordinate representation of color #B99EC1: hue angle of 286.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99EC1 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 158 193 -
CMYK 0.04 0.18 0 0.24
HSL 286.29º 0.22% 0.69% -
HSV(B) 286.29º 0.18% 0.76% -
XYZ 41.86 38.62 55.7 -
YUV 170.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 185 158 193 0.04 0.18 0 0.24 286.29 0.22 0.69
Hex B9 9E C1 4 12 0 18 11E 16 45
Octal 271 236 301 4 22 0 30 436 26 105
Binary 10111001 10011110 11000001 100 10010 0 11000 100011110 10110 1000101

Color Harmonies of #B99EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EC1

Black with #B99EC1

Text Example


Text Example

White with #B99EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EC1; }

 p { color: rgb(185,158,193); }

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

background-color css

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

 a { background-color: rgb(185,158,193); }

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

border-color css

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

 span { border-color: rgb(185,158,193); }

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