Html Css Color HEX #B99BBB Lola

📋 copy color: '#B99BBB'

red 185 ◦ green 155 ◦ blue 187

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

Shades of Lola #B99BBB

Tints of Lola #B99BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.48%

R = 35.1%
G = 29.41%
B = 35.48%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B99BBB (or 0xB99BBB) is known color: Lola. HEX triplet: B9, 9B and BB. RGB value is (185,155,187). Sum of RGB (Red+Green+Blue) = 185+155+187=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BBB is #466444. Grayscale: #A7A7A7. Windows color (decimal): -4613189 or 12295097. OLE color: 12295097.

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

Color convert

RGB 185 155 187 -
CMYK 0.01 0.17 0 0.27
HSL 296.25º 0.19% 0.67% -
HSV(B) 296.25º 0.17% 0.73% -
XYZ 40.7 37.34 52.08 -
YUV 167.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 185 155 187 0.01 0.17 0 0.27 296.25 0.19 0.67
Hex B9 9B BB 1 11 0 1B 128 13 43
Octal 271 233 273 1 21 0 33 450 23 103
Binary 10111001 10011011 10111011 1 10001 0 11011 100101000 10011 1000011

Color Harmonies of #B99BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BBB

Black with #B99BBB

Text Example


Text Example

White with #B99BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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