Html Css Color HEX #BBA5BC Lola

📋 copy color: '#BBA5BC'

red 187 ◦ green 165 ◦ blue 188

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

Shades of Lola #BBA5BC

Tints of Lola #BBA5BC

RGB

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

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

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

R = 34.63%
G = 30.56%
B = 34.81%

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

#BBA5BC (or 0xBBA5BC) is known color: Lola. HEX triplet: BB, A5 and BC. RGB value is (187,165,188). Sum of RGB (Red+Green+Blue) = 187+165+188=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA5BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5BC is #445A43. Grayscale: #AEAEAE. Windows color (decimal): -4479556 or 12363195. OLE color: 12363195.

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

Color convert

RGB 187 165 188 -
CMYK 0.01 0.12 0 0.26
HSL 297.39º 0.15% 0.69% -
HSV(B) 297.39º 0.12% 0.74% -
XYZ 43.03 41.11 53.24 -
YUV 174.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 187 165 188 0.01 0.12 0 0.26 297.39 0.15 0.69
Hex BB A5 BC 1 C 0 1A 129 F 45
Octal 273 245 274 1 14 0 32 451 17 105
Binary 10111011 10100101 10111100 1 1100 0 11010 100101001 1111 1000101

Color Harmonies of #BBA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5BC

Black with #BBA5BC

Text Example


Text Example

White with #BBA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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