Html Css Color HEX #BBA5BA Lola

📋 copy color: '#BBA5BA'

red 187 ◦ green 165 ◦ blue 186

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

Shades of Lola #BBA5BA

Tints of Lola #BBA5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 34.76%
G = 30.67%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBA5BA (or 0xBBA5BA) is known color: Lola. HEX triplet: BB, A5 and BA. RGB value is (187,165,186). Sum of RGB (Red+Green+Blue) = 187+165+186=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BA is #445A45. Grayscale: #ADADAD. Windows color (decimal): -4479558 or 12232123. OLE color: 12232123.

HSL color Cylindrical-coordinate representation of color #BBA5BA: hue angle of 302.73º 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 #BBA5BA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 186 -
CMYK 0 0.12 0.01 0.27
HSL 302.73º 0.14% 0.69% -
HSV(B) 302.73º 0.12% 0.73% -
XYZ 42.81 41.02 52.12 -
YUV 173.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 187 165 186 0 0.12 0.01 0.27 302.73 0.14 0.69
Hex BB A5 BA 0 C 1 1B 12F E 45
Octal 273 245 272 0 14 1 33 457 16 105
Binary 10111011 10100101 10111010 0 1100 1 11011 100101111 1110 1000101

Color Harmonies of #BBA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5BA

Black with #BBA5BA

Text Example


Text Example

White with #BBA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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