Html Css Color HEX #BBA3BC Lola

📋 copy color: '#BBA3BC'

red 187 ◦ green 163 ◦ blue 188

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

Shades of Lola #BBA3BC

Tints of Lola #BBA3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.3%

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

R = 34.76%
G = 30.3%
B = 34.94%

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

#BBA3BC (or 0xBBA3BC) is known color: Lola. HEX triplet: BB, A3 and BC. RGB value is (187,163,188). Sum of RGB (Red+Green+Blue) = 187+163+188=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3BC is #445C43. Grayscale: #ACACAC. Windows color (decimal): -4480068 or 12362683. OLE color: 12362683.

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

Color convert

RGB 187 163 188 -
CMYK 0.01 0.13 0 0.26
HSL 297.6º 0.16% 0.69% -
HSV(B) 297.6º 0.13% 0.74% -
XYZ 42.67 40.39 53.12 -
YUV 173.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 187 163 188 0.01 0.13 0 0.26 297.6 0.16 0.69
Hex BB A3 BC 1 D 0 1A 12A 10 45
Octal 273 243 274 1 15 0 32 452 20 105
Binary 10111011 10100011 10111100 1 1101 0 11010 100101010 10000 1000101

Color Harmonies of #BBA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3BC

Black with #BBA3BC

Text Example


Text Example

White with #BBA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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