Html Css Color HEX #B99BBF Lola

📋 copy color: '#B99BBF'

red 185 ◦ green 155 ◦ blue 191

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

Shades of Lola #B99BBF

Tints of Lola #B99BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.19%

 BLUE value IS 191 (75% from 255) = 35.97%

R = 34.84%
G = 29.19%
B = 35.97%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B99BBF (or 0xB99BBF) is known color: Lola. HEX triplet: B9, 9B and BF. RGB value is (185,155,191). Sum of RGB (Red+Green+Blue) = 185+155+191=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #B99BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBF is #466440. Grayscale: #A7A7A7. Windows color (decimal): -4613185 or 12557241. OLE color: 12557241.

HSL color Cylindrical-coordinate representation of color #B99BBF: hue angle of 290º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B99BBF is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 155 191 -
CMYK 0.03 0.19 0 0.25
HSL 290º 0.22% 0.68% -
HSV(B) 290º 0.19% 0.75% -
XYZ 41.13 37.52 54.36 -
YUV 168.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 185 155 191 0.03 0.19 0 0.25 290 0.22 0.68
Hex B9 9B BF 3 13 0 19 122 16 44
Octal 271 233 277 3 23 0 31 442 26 104
Binary 10111001 10011011 10111111 11 10011 0 11001 100100010 10110 1000100

Color Harmonies of #B99BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BBF

Black with #B99BBF

Text Example


Text Example

White with #B99BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BBF; }

 p { color: rgb(185,155,191); }

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

background-color css

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

 a { background-color: rgb(185,155,191); }

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

border-color css

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

 span { border-color: rgb(185,155,191); }

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