Html Css Color HEX #BBA4BC Lola

📋 copy color: '#BBA4BC'

red 187 ◦ green 164 ◦ blue 188

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

Shades of Lola #BBA4BC

Tints of Lola #BBA4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.43%

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

R = 34.69%
G = 30.43%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BBA4BC (or 0xBBA4BC) is known color: Lola. HEX triplet: BB, A4 and BC. RGB value is (187,164,188). Sum of RGB (Red+Green+Blue) = 187+164+188=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4BC is #445B43. Grayscale: #ADADAD. Windows color (decimal): -4479812 or 12362939. OLE color: 12362939.

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

Color convert

RGB 187 164 188 -
CMYK 0.01 0.13 0 0.26
HSL 297.5º 0.15% 0.69% -
HSV(B) 297.5º 0.13% 0.74% -
XYZ 42.85 40.75 53.18 -
YUV 173.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 187 164 188 0.01 0.13 0 0.26 297.5 0.15 0.69
Hex BB A4 BC 1 D 0 1A 12A F 45
Octal 273 244 274 1 15 0 32 452 17 105
Binary 10111011 10100100 10111100 1 1101 0 11010 100101010 1111 1000101

Color Harmonies of #BBA4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4BC

Black with #BBA4BC

Text Example


Text Example

White with #BBA4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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