Html Css Color HEX #BBA5BB Lola

📋 copy color: '#BBA5BB'

red 187 ◦ green 165 ◦ blue 187

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

Shades of Lola #BBA5BB

Tints of Lola #BBA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

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

R = 34.69%
G = 30.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BBA5BB (or 0xBBA5BB) is known color: Lola. HEX triplet: BB, A5 and BB. RGB value is (187,165,187). Sum of RGB (Red+Green+Blue) = 187+165+187=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BB is #445A44. Grayscale: #AEAEAE. Windows color (decimal): -4479557 or 12297659. OLE color: 12297659.

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

Color convert

RGB 187 165 187 -
CMYK 0 0.12 0 0.27
HSL 300º 0.14% 0.69% -
HSV(B) 300º 0.12% 0.73% -
XYZ 42.92 41.06 52.68 -
YUV 174.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 187 165 187 0 0.12 0 0.27 300 0.14 0.69
Hex BB A5 BB 0 C 0 1B 12C E 45
Octal 273 245 273 0 14 0 33 454 16 105
Binary 10111011 10100101 10111011 0 1100 0 11011 100101100 1110 1000101

Color Harmonies of #BBA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5BB

Black with #BBA5BB

Text Example


Text Example

White with #BBA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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