Html Css Color HEX #BBADBB Lola

📋 copy color: '#BBADBB'

red 187 ◦ green 173 ◦ blue 187

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

Shades of Lola #BBADBB

Tints of Lola #BBADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.63%

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

R = 34.19%
G = 31.63%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BBADBB (or 0xBBADBB) is known color: Lola. HEX triplet: BB, AD and BB. RGB value is (187,173,187). Sum of RGB (Red+Green+Blue) = 187+173+187=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADBB is #445244. Grayscale: #B2B2B2. Windows color (decimal): -4477509 or 12299707. OLE color: 12299707.

HSL color Cylindrical-coordinate representation of color #BBADBB: hue angle of 300º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADBB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 187 -
CMYK 0 0.07 0 0.27
HSL 300º 0.09% 0.71% -
HSV(B) 300º 0.07% 0.73% -
XYZ 44.41 44.04 53.17 -
YUV 178.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 187 173 187 0 0.07 0 0.27 300 0.09 0.71
Hex BB AD BB 0 7 0 1B 12C 9 47
Octal 273 255 273 0 7 0 33 454 11 107
Binary 10111011 10101101 10111011 0 111 0 11011 100101100 1001 1000111

Color Harmonies of #BBADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADBB

Black with #BBADBB

Text Example


Text Example

White with #BBADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADBB; }

 p { color: rgb(187,173,187); }

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

background-color css

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

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

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

border-color css

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

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

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