Html Css Color HEX #B99FBC Lola

📋 copy color: '#B99FBC'

red 185 ◦ green 159 ◦ blue 188

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

Shades of Lola #B99FBC

Tints of Lola #B99FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.89%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 34.77%
G = 29.89%
B = 35.34%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B99FBC (or 0xB99FBC) is known color: Lola. HEX triplet: B9, 9F and BC. RGB value is (185,159,188). Sum of RGB (Red+Green+Blue) = 185+159+188=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FBC is #466043. Grayscale: #A9A9A9. Windows color (decimal): -4612164 or 12361657. OLE color: 12361657.

HSL color Cylindrical-coordinate representation of color #B99FBC: hue angle of 293.79º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99FBC is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 159 188 -
CMYK 0.02 0.15 0 0.26
HSL 293.79º 0.18% 0.68% -
HSV(B) 293.79º 0.15% 0.74% -
XYZ 41.48 38.74 52.87 -
YUV 170.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 185 159 188 0.02 0.15 0 0.26 293.79 0.18 0.68
Hex B9 9F BC 2 F 0 1A 126 12 44
Octal 271 237 274 2 17 0 32 446 22 104
Binary 10111001 10011111 10111100 10 1111 0 11010 100100110 10010 1000100

Color Harmonies of #B99FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FBC

Black with #B99FBC

Text Example


Text Example

White with #B99FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FBC; }

 p { color: rgb(185,159,188); }

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

background-color css

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

 a { background-color: rgb(185,159,188); }

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

border-color css

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

 span { border-color: rgb(185,159,188); }

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