Html Css Color HEX #B199B4 Lola

📋 copy color: '#B199B4'

red 177 ◦ green 153 ◦ blue 180

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

Shades of Lola #B199B4

Tints of Lola #B199B4

RGB

 RED value IS 177 (69.53% from 255) = 34.71%

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 34.71%
G = 30%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B199B4 (or 0xB199B4) is known color: Lola. HEX triplet: B1, 99 and B4. RGB value is (177,153,180). Sum of RGB (Red+Green+Blue) = 177+153+180=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #B199B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199B4 is #4E664B. Grayscale: #A3A3A3. Windows color (decimal): -5137996 or 11835825. OLE color: 11835825.

HSL color Cylindrical-coordinate representation of color #B199B4: hue angle of 293.33º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B199B4 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 153 180 -
CMYK 0.02 0.15 0 0.29
HSL 293.33º 0.15% 0.65% -
HSV(B) 293.33º 0.15% 0.71% -
XYZ 37.76 35.42 48.03 -
YUV 163.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 177 153 180 0.02 0.15 0 0.29 293.33 0.15 0.65
Hex B1 99 B4 2 F 0 1D 125 F 41
Octal 261 231 264 2 17 0 35 445 17 101
Binary 10110001 10011001 10110100 10 1111 0 11101 100100101 1111 1000001

Color Harmonies of #B199B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B199B4

Black with #B199B4

Text Example


Text Example

White with #B199B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B199B4; }

 p { color: rgb(177,153,180); }

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

background-color css

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

 a { background-color: rgb(177,153,180); }

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

border-color css

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

 span { border-color: rgb(177,153,180); }

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