Html Css Color HEX #BBB0BF Lola

📋 copy color: '#BBB0BF'

red 187 ◦ green 176 ◦ blue 191

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

Shades of Lola #BBB0BF

Tints of Lola #BBB0BF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

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

R = 33.75%
G = 31.77%
B = 34.48%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBB0BF (or 0xBBB0BF) is known color: Lola. HEX triplet: BB, B0 and BF. RGB value is (187,176,191). Sum of RGB (Red+Green+Blue) = 187+176+191=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0BF is #444F40. Grayscale: #B4B4B4. Windows color (decimal): -4476737 or 12562619. OLE color: 12562619.

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

Color convert

RGB 187 176 191 -
CMYK 0.02 0.08 0 0.25
HSL 284º 0.1% 0.72% -
HSV(B) 284º 0.08% 0.75% -
XYZ 45.42 45.38 55.65 -
YUV 181 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 187 176 191 0.02 0.08 0 0.25 284 0.1 0.72
Hex BB B0 BF 2 8 0 19 11C A 48
Octal 273 260 277 2 10 0 31 434 12 110
Binary 10111011 10110000 10111111 10 1000 0 11001 100011100 1010 1001000

Color Harmonies of #BBB0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB0BF

Black with #BBB0BF

Text Example


Text Example

White with #BBB0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB0BF; }

 p { color: rgb(187,176,191); }

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

background-color css

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

 a { background-color: rgb(187,176,191); }

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

border-color css

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

 span { border-color: rgb(187,176,191); }

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