Html Css Color HEX #B99FBA Lola

📋 copy color: '#B99FBA'

red 185 ◦ green 159 ◦ blue 186

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

Shades of Lola #B99FBA

Tints of Lola #B99FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 34.91%
G = 30%
B = 35.09%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B99FBA (or 0xB99FBA) is known color: Lola. HEX triplet: B9, 9F and BA. RGB value is (185,159,186). Sum of RGB (Red+Green+Blue) = 185+159+186=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: blue. Hex color #B99FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99FBA is #466045. Grayscale: #A9A9A9. Windows color (decimal): -4612166 or 12230585. OLE color: 12230585.

HSL color Cylindrical-coordinate representation of color #B99FBA: hue angle of 297.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99FBA is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 159 186 -
CMYK 0.01 0.15 0 0.27
HSL 297.78º 0.16% 0.68% -
HSV(B) 297.78º 0.15% 0.73% -
XYZ 41.27 38.66 51.74 -
YUV 169.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 185 159 186 0.01 0.15 0 0.27 297.78 0.16 0.68
Hex B9 9F BA 1 F 0 1B 12A 10 44
Octal 271 237 272 1 17 0 33 452 20 104
Binary 10111001 10011111 10111010 1 1111 0 11011 100101010 10000 1000100

Color Harmonies of #B99FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FBA

Black with #B99FBA

Text Example


Text Example

White with #B99FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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