Html Css Color HEX #BBA6BC Lola

📋 copy color: '#BBA6BC'

red 187 ◦ green 166 ◦ blue 188

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

Shades of Lola #BBA6BC

Tints of Lola #BBA6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.68%

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 34.57%
G = 30.68%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA6BC (or 0xBBA6BC) is known color: Lola. HEX triplet: BB, A6 and BC. RGB value is (187,166,188). Sum of RGB (Red+Green+Blue) = 187+166+188=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6BC is #445943. Grayscale: #AEAEAE. Windows color (decimal): -4479300 or 12363451. OLE color: 12363451.

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

Color convert

RGB 187 166 188 -
CMYK 0.01 0.12 0 0.26
HSL 297.27º 0.14% 0.69% -
HSV(B) 297.27º 0.12% 0.74% -
XYZ 43.21 41.47 53.3 -
YUV 174.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 187 166 188 0.01 0.12 0 0.26 297.27 0.14 0.69
Hex BB A6 BC 1 C 0 1A 129 E 45
Octal 273 246 274 1 14 0 32 451 16 105
Binary 10111011 10100110 10111100 1 1100 0 11010 100101001 1110 1000101

Color Harmonies of #BBA6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6BC

Black with #BBA6BC

Text Example


Text Example

White with #BBA6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6BC; }

 p { color: rgb(187,166,188); }

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

background-color css

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

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

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

border-color css

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

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

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