Html Css Color HEX #BBB1BE Lola

📋 copy color: '#BBB1BE'

red 187 ◦ green 177 ◦ blue 190

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

Shades of Lola #BBB1BE

Tints of Lola #BBB1BE

RGB

 RED value IS 187 (73.44% from 255) = 33.75%

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 33.75%
G = 31.95%
B = 34.3%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBB1BE (or 0xBBB1BE) is known color: Lola. HEX triplet: BB, B1 and BE. RGB value is (187,177,190). Sum of RGB (Red+Green+Blue) = 187+177+190=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1BE is #444E41. Grayscale: #B5B5B5. Windows color (decimal): -4476482 or 12497339. OLE color: 12497339.

HSL color Cylindrical-coordinate representation of color #BBB1BE: hue angle of 286.15º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB1BE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 177 190 -
CMYK 0.02 0.07 0 0.25
HSL 286.15º 0.09% 0.72% -
HSV(B) 286.15º 0.07% 0.75% -
XYZ 45.51 45.73 55.14 -
YUV 181.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 187 177 190 0.02 0.07 0 0.25 286.15 0.09 0.72
Hex BB B1 BE 2 7 0 19 11E 9 48
Octal 273 261 276 2 7 0 31 436 11 110
Binary 10111011 10110001 10111110 10 111 0 11001 100011110 1001 1001000

Color Harmonies of #BBB1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1BE

Black with #BBB1BE

Text Example


Text Example

White with #BBB1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1BE; }

 p { color: rgb(187,177,190); }

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

background-color css

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

 a { background-color: rgb(187,177,190); }

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

border-color css

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

 span { border-color: rgb(187,177,190); }

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